Color Hex Logo

#661319 Color Hex

#661319
(102,19,25)
0 Favorites   0 Comments

Color spaces of #661319

RGB 1021925
HSL0.990.690.24
HSV356°81°40°
CMYK 0.000.810.75   0.60
XYZ5.88783.36071.2581
Yxy3.36070.56040.3199
Hunter Lab18.332225.24798.7636
CIE-Lab21.434136.483219.3267

#661319 color RGB value is (102,19,25).

#661319 hex color red value is 102, green value is 19 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #661319 hue: 0.99 , saturation: 0.69 and the lightness value of 661319 is 0.24.

The process color (four color CMYK) of #661319 color hex is 0.00, 0.81, 0.75, 0.60. Web safe color of #661319 is #660000. Color #661319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010011 00011001
Octal 146 23 31
Decimal 102 19 25
Hex 66 13 19

RGB Percentages of Color #661319

%69.86
%13.01
%17.12

CMYK Percentages of Color #661319

%0
%81
%75
%60

Triadic Colors of #661319

#661319 #196613 #131966

Analogous Colors of #661319

#661319 #663713 #661343

Monochromatic Colors of #661319

#661319

Complementary Color

#661319 #136660

#661319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661319 Color CSS Codes

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

#661319 Text Font Color

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

This sample text font color is #661319
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.


#661319 Background Color

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

This div background color is #661319


#661319 Border Color

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

This div border color is #661319


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,19,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661319; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661319;
  -webkit-box-shadow: 1px 1px 3px 2px #661319;
  box-shadow:         1px 1px 3px 2px #661319; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,19,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661319


Comments

No comments written yet.

Please login to write comment.