#602B1F

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

Shades of Caput Mortuum #602B1F

Tints of Caput Mortuum #602B1F

Color information

#602B1F (or 0x602B1F) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2B and 1F. RGB value is (96,43,31). Sum of RGB (Red+Green+Blue) = 96+43+31=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B1F is #9FD4E0. Grayscale: #393939. Windows color (decimal): -10474721 or 2042720. OLE color: 2042720.

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

Color convert

RGB964331-
CMYK00.550.680.62
HSL11.08º51.18%24.9%-
HSV(B)11.08º67.71%37.65%-
XYZ5.944.311.82-
YUV57.48113.06155.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=56.47%
G=25.29%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96433100.550.680.6211.0851.1824.9
Hex602B1F037443Eb3319
Octal140533706710476136331
Binary11000001010111111101101111000100111110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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