#62281C

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

Shades of Caput Mortuum #62281C

Tints of Caput Mortuum #62281C

Color information

#62281C (or 0x62281C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 28 and 1C. RGB value is (98,40,28). Sum of RGB (Red+Green+Blue) = 98+40+28=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62281C is #9DD7E3. Grayscale: #383838. Windows color (decimal): -10344420 or 1845346. OLE color: 1845346.

HSL color Cylindrical-coordinate representation of color #62281C: hue angle of 10.29º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62281C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB984028-
CMYK00.590.710.62
HSL10.29º55.56%24.71%-
HSV(B)10.29º71.43%38.43%-
XYZ6.014.21.59-
YUV55.97112.22157.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=59.04%
G=24.10%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98402800.590.710.6210.2955.5624.71
Hex62281C03B473Ea3819
Octal142503407310776127031
Binary11000101010001110001110111000111111110101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62281C; }

 p { color: rgb(98,40,28); }

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

<style>
 a { background-color: #62281C; }

 a { background-color: rgb(98,40,28); }

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

<style>
 span { border-color: #62281C; }

 span { border-color: rgb(98,40,28); }

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