#602A1B

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

Shades of Caput Mortuum #602A1B

Tints of Caput Mortuum #602A1B

Color information

#602A1B (or 0x602A1B) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2A and 1B. RGB value is (96,42,27). Sum of RGB (Red+Green+Blue) = 96+42+27=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A1B is #9FD5E4. Grayscale: #383838. Windows color (decimal): -10474981 or 1780320. OLE color: 1780320.

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

Color convert

RGB964227-
CMYK00.560.720.62
HSL13.04º56.1%24.12%-
HSV(B)13.04º71.88%37.65%-
XYZ5.854.221.54-
YUV56.44111.39156.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=58.18%
G=25.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96422700.560.720.6213.0456.124.12
Hex602A1B038483Ed3818
Octal140523307011076157030
Binary11000001010101101101110001001000111110110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A1B; }

 p { color: rgb(96,42,27); }

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

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

 a { background-color: rgb(96,42,27); }

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

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

 span { border-color: rgb(96,42,27); }

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