Html Css Color HEX #602419 Caput Mortuum

📋 copy color: '#602419'

red 96 ◦ green 36 ◦ blue 25

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

Shades of Caput Mortuum #602419

Tints of Caput Mortuum #602419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 61.15%
G = 22.93%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#602419 (or 0x602419) is known color: Caput Mortuum. HEX triplet: 60, 24 and 19. RGB value is (96,36,25). Sum of RGB (Red+Green+Blue) = 96+36+25=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #602419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602419 is #9FDBE6. Grayscale: #343434. Windows color (decimal): -10476519 or 1647712. OLE color: 1647712.

HSL color Cylindrical-coordinate representation of color #602419: hue angle of 9.3º 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 #602419 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 36 25 -
CMYK 0 0.62 0.74 0.62
HSL 9.3º 0.59% 0.24% -
HSV(B) 9.3º 0.74% 0.38% -
XYZ 5.63 3.82 1.36 -
YUV 52.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 96 36 25 0 0.62 0.74 0.62 9.3 0.59 0.24
Hex 60 24 19 0 3E 4A 3E 9 3B 18
Octal 140 44 31 0 76 112 76 11 73 30
Binary 1100000 100100 11001 0 111110 1001010 111110 1001 111011 11000

Color Harmonies of #602419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602419

Black with #602419

Text Example


Text Example

White with #602419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602419; }

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

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

background-color css

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

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

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

border-color css

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

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

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