#62231A

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

Shades of Caput Mortuum #62231A

Tints of Caput Mortuum #62231A

Color information

#62231A (or 0x62231A) is unknown color: approx Caput Mortuum. HEX triplet: 62, 23 and 1A. RGB value is (98,35,26). Sum of RGB (Red+Green+Blue) = 98+35+26=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62231A is #9DDCE5. Grayscale: #343434. Windows color (decimal): -10345702 or 1712994. OLE color: 1712994.

HSL color Cylindrical-coordinate representation of color #62231A: hue angle of 7.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 #62231A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB983526-
CMYK00.640.730.62
HSL7.5º58.06%24.31%-
HSV(B)7.5º73.47%38.43%-
XYZ5.823.871.42-
YUV52.81112.87160.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=61.64%
G=22.01%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98352600.640.730.627.558.0624.31
Hex62231A040493E83a18
Octal1424332010011176107230
Binary110001010001111010010000001001001111110100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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