#602B1D

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

Shades of Caput Mortuum #602B1D

Tints of Caput Mortuum #602B1D

Color information

#602B1D (or 0x602B1D) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2B and 1D. RGB value is (96,43,29). Sum of RGB (Red+Green+Blue) = 96+43+29=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B1D is #9FD4E2. Grayscale: #393939. Windows color (decimal): -10474723 or 1911648. OLE color: 1911648.

HSL color Cylindrical-coordinate representation of color #602B1D: hue angle of 12.54º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602B1D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB964329-
CMYK00.550.700.62
HSL12.54º53.6%24.51%-
HSV(B)12.54º69.79%37.65%-
XYZ5.914.31.68-
YUV57.25112.06155.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=57.14%
G=25.60%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96432900.550.700.6212.5453.624.51
Hex602B1D037463Ed3619
Octal140533506710676156631
Binary11000001010111110101101111000110111110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,29); }

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

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

 a { background-color: rgb(96,43,29); }

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

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

 span { border-color: rgb(96,43,29); }

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