Color Hex Logo

#651219 Color Hex

#651219
(101,18,25)
0 Favorites   0 Comments

Color spaces of #651219

RGB 1011825
HSL0.990.700.23
HSV355°82°40°
CMYK 0.000.820.75   0.60
XYZ5.75863.26951.2473
Yxy3.26950.56040.3182
Hunter Lab18.081825.20488.5673
CIE-Lab21.092436.498418.8673

#651219 color RGB value is (101,18,25).

#651219 hex color red value is 101, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #651219 hue: 0.99 , saturation: 0.70 and the lightness value of 651219 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010010 00011001
Octal 145 22 31
Decimal 101 18 25
Hex 65 12 19

RGB Percentages of Color #651219

%70.14
%12.50
%17.36

CMYK Percentages of Color #651219

%0
%82
%75
%60

Triadic Colors of #651219

#651219 #196512 #121965

Analogous Colors of #651219

#651219 #653512 #651243

Monochromatic Colors of #651219

#651219

Complementary Color

#651219 #12655e

#651219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651219 Color CSS Codes

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

#651219 Text Font Color

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

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


#651219 Background Color

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

This div background color is #651219


#651219 Border Color

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

This div border color is #651219


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,18,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 #651219">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651219

#651219 Color Palettes


Comments

No comments written yet.

Please login to write comment.