#602819

Color #602819 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #602819

Tints of Caput Mortuum #602819

Color information

#602819 (or 0x602819) is unknown color: approx 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

RGB964025-
CMYK00.580.740.62
HSL12.68º58.68%23.73%-
HSV(B)12.68º73.96%37.65%-
XYZ5.764.071.4-
YUV55.03111.05157.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96402500.580.740.6212.6858.6823.73
Hex60281903A4A3Ed3b18
Octal140503107211276157330
Binary11000001010001100101110101001010111110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>