#62291A

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

Shades of Caput Mortuum #62291A

Tints of Caput Mortuum #62291A

Color information

#62291A (or 0x62291A) is unknown color: approx Caput Mortuum. HEX triplet: 62, 29 and 1A. RGB value is (98,41,26). Sum of RGB (Red+Green+Blue) = 98+41+26=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62291A is #9DD6E5. Grayscale: #383838. Windows color (decimal): -10344166 or 1714530. OLE color: 1714530.

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

Color convert

RGB984126-
CMYK00.580.730.62
HSL12.5º58.06%24.31%-
HSV(B)12.5º73.47%38.43%-
XYZ6.024.261.48-
YUV56.33110.88157.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=59.39%
G=24.85%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98412600.580.730.6212.558.0624.31
Hex62291A03A493Ed3a18
Octal142513207211176157230
Binary11000101010011101001110101001001111110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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