#64251B

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

Shades of Caput Mortuum #64251B

Tints of Caput Mortuum #64251B

Color information

#64251B (or 0x64251B) is unknown color: approx Caput Mortuum. HEX triplet: 64, 25 and 1B. RGB value is (100,37,27). Sum of RGB (Red+Green+Blue) = 100+37+27=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64251B is #9BDAE4. Grayscale: #363636. Windows color (decimal): -10214117 or 1779044. OLE color: 1779044.

HSL color Cylindrical-coordinate representation of color #64251B: hue angle of 8.22º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64251B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1003727-
CMYK00.630.730.61
HSL8.22º57.48%24.9%-
HSV(B)8.22º73%39.22%-
XYZ6.114.111.51-
YUV54.7112.37160.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=60.98%
G=22.56%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100372700.630.730.618.2257.4824.9
Hex64251B03F493D83919
Octal144453307711175107131
Binary11001001001011101101111111001001111101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64251B; }

 p { color: rgb(100,37,27); }

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

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

 a { background-color: rgb(100,37,27); }

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

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

 span { border-color: rgb(100,37,27); }

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