Color Hex Logo

#63151f Color Hex

#63151F
(99,21,31)
0 Favorites   0 Comments

Color spaces of #63151f

RGB 992131
HSL0.980.650.24
HSV352°79°39°
CMYK 0.000.790.69   0.61
XYZ5.66113.28791.6326
Yxy3.28790.53500.3107
Hunter Lab18.132623.99687.3545
CIE-Lab21.161935.084414.7544

#63151f color RGB value is (99,21,31).

#63151f hex color red value is 99, green value is 21 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #63151f hue: 0.98 , saturation: 0.65 and the lightness value of 63151f is 0.24.

The process color (four color CMYK) of #63151f color hex is 0.00, 0.79, 0.69, 0.61. Web safe color of #63151f is #660033. Color #63151f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010101 00011111
Octal 143 25 37
Decimal 99 21 31
Hex 63 15 1F

RGB Percentages of Color #63151f

%65.56
%13.91
%20.53

CMYK Percentages of Color #63151f

%0
%79
%69
%61

Triadic Colors of #63151f

#63151f #1f6315 #151f63

Analogous Colors of #63151f

#63151f #633215 #631546

Monochromatic Colors of #63151f

#63151f

Complementary Color

#63151f #156359

#63151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63151f Color CSS Codes

.mybgcolor {background-color:#63151f; } 
.myforecolor {color:#63151f; }
.mybordercolor {border:3px solid #63151f; }

#63151f Text Font Color

<p style="color:#63151f">Text here</p>

This sample text font color is #63151f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#63151f Background Color

<div style="background-color:#63151f">
Div content here</div>

This div background color is #63151f


#63151f Border Color

<div style="border:3px solid #63151f">
Div here</div>

This div border color is #63151f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,21,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63151f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63151f;
  -webkit-box-shadow: 1px 1px 3px 2px #63151f;
  box-shadow:         1px 1px 3px 2px #63151f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,21,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #63151f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #63151f;
  -webkit-box-shadow: 1px 1px 3px 2px #63151f;
  box-shadow:         1px 1px 3px 2px #63151f;">
Div content here</div>

This div box has shadow with color #63151f


Comments

No comments written yet.

Please login to write comment.