#642215

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

Shades of Caput Mortuum #642215

Tints of Caput Mortuum #642215

Color information

#642215 (or 0x642215) is unknown color: approx Caput Mortuum. HEX triplet: 64, 22 and 15. RGB value is (100,34,21). Sum of RGB (Red+Green+Blue) = 100+34+21=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #642215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642215 is #9BDDEA. Grayscale: #343434. Windows color (decimal): -10214891 or 1385060. OLE color: 1385060.

HSL color Cylindrical-coordinate representation of color #642215: hue angle of 9.87º 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 #642215 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1003421-
CMYK00.660.790.61
HSL9.87º65.29%23.73%-
HSV(B)9.87º79%39.22%-
XYZ5.963.911.15-
YUV52.25110.37162.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.52%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=64.52%
G=21.94%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100342100.660.790.619.8765.2923.73
Hex6422150424F3Da4118
Octal14442250102117751210130
Binary1100100100010101010100001010011111111011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642215; }

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

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

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

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

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

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

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

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