#602219

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

Shades of Caput Mortuum #602219

Tints of Caput Mortuum #602219

Color information

#602219 (or 0x602219) is unknown color: approx Caput Mortuum. HEX triplet: 60, 22 and 19. RGB value is (96,34,25). Sum of RGB (Red+Green+Blue) = 96+34+25=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602219 is #9FDDE6. Grayscale: #333333. Windows color (decimal): -10477031 or 1647200. OLE color: 1647200.

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

Color convert

RGB963425-
CMYK00.650.740.62
HSL7.61º58.68%23.73%-
HSV(B)7.61º73.96%37.65%-
XYZ5.573.71.34-
YUV51.51113.04159.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=61.94%
G=21.94%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96342500.650.740.627.6158.6823.73
Hex6022190414A3E83b18
Octal1404231010111276107330
Binary110000010001011001010000011001010111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602219; }

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

 H1.HeaderClassName
 {
   color: #602219;
 }
 .AnyTagClassName
 {
   color: #602219;
 }
</style>
background-color css

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

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

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

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

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

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