Html Css Color HEX #602819 Caput Mortuum

📋 copy color: '#602819'

red 96 ◦ green 40 ◦ blue 25

#602819
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #602819

Tints of Caput Mortuum #602819

RGB

 RED value IS 96 (37.89% from 255) = 59.63%

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 59.63%
G = 24.84%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#602819 (or 0x602819) is known color: Caput Mortuum. HEX triplet: 60, 28 and 19. RGB value is (96,40,25). Sum of RGB (Red+Green+Blue) = 96+40+25=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #602819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602819 is #9FD7E6. Grayscale: #373737. Windows color (decimal): -10475495 or 1648736. OLE color: 1648736.

HSL color Cylindrical-coordinate representation of color #602819: hue angle of 12.68º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602819 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 25 -
CMYK 0 0.58 0.74 0.62
HSL 12.68º 0.59% 0.24% -
HSV(B) 12.68º 0.74% 0.38% -
XYZ 5.76 4.07 1.4 -
YUV 55.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 96 40 25 0 0.58 0.74 0.62 12.68 0.59 0.24
Hex 60 28 19 0 3A 4A 3E D 3B 18
Octal 140 50 31 0 72 112 76 15 73 30
Binary 1100000 101000 11001 0 111010 1001010 111110 1101 111011 11000

Color Harmonies of #602819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602819

Black with #602819

Text Example


Text Example

White with #602819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602819; }

 p { color: rgb(96,40,25); }

 H1.HeaderClassName
 {
   color: #602819;
 }
 .AnyTagClassName
 {
   color: #602819;
 }
</style>

background-color css

<style>
 a { background-color: #602819; }

 a { background-color: rgb(96,40,25); }

 div.DivClassName
 {
   background-color: #602819;
 }
 .BgClassName
 {
   background-color: #602819;
 }
</style>

border-color css

<style>
 span { border-color: #602819; }

 span { border-color: rgb(96,40,25); }

 td.TdClassName
 {
   border-color: #602819;
 }
 .TagClassName
 {
   border-color: #602819;
 }
</style>