#642815

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

Shades of Caput Mortuum #642815

Tints of Caput Mortuum #642815

Color information

#642815 (or 0x642815) is unknown color: approx Caput Mortuum. HEX triplet: 64, 28 and 15. RGB value is (100,40,21). Sum of RGB (Red+Green+Blue) = 100+40+21=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #642815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642815 is #9BD7EA. Grayscale: #373737. Windows color (decimal): -10213355 or 1386596. OLE color: 1386596.

HSL color Cylindrical-coordinate representation of color #642815: hue angle of 14.43º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642815 is Cyan = 0, Magento = 0.6, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1004021-
CMYK00.60.790.61
HSL14.43º65.29%23.73%-
HSV(B)14.43º79%39.22%-
XYZ6.154.281.21-
YUV55.77108.38159.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.11%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=62.11%
G=24.84%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100402100.60.790.6114.4365.2923.73
Hex64281503C4F3De4118
Octal1445025074117751610130
Binary110010010100010101011110010011111111011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642815; }

 p { color: rgb(100,40,21); }

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

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

 a { background-color: rgb(100,40,21); }

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

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

 span { border-color: rgb(100,40,21); }

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