#62291F

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

Shades of Caput Mortuum #62291F

Tints of Caput Mortuum #62291F

Color information

#62291F (or 0x62291F) is unknown color: approx Caput Mortuum. HEX triplet: 62, 29 and 1F. RGB value is (98,41,31). Sum of RGB (Red+Green+Blue) = 98+41+31=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #62291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62291F is #9DD6E0. Grayscale: #393939. Windows color (decimal): -10344161 or 2042210. OLE color: 2042210.

HSL color Cylindrical-coordinate representation of color #62291F: hue angle of 8.96º degrees, saturation: 0.52, 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 #62291F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB984131-
CMYK00.580.680.62
HSL8.96º51.94%25.29%-
HSV(B)8.96º68.37%38.43%-
XYZ6.084.281.8-
YUV56.9113.38157.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=57.65%
G=24.12%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98413100.580.680.628.9651.9425.29
Hex62291F03A443E93419
Octal142513707210476116431
Binary11000101010011111101110101000100111110100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62291F; }

 p { color: rgb(98,41,31); }

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

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

 a { background-color: rgb(98,41,31); }

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

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

 span { border-color: rgb(98,41,31); }

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