#64251C

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

Shades of Caput Mortuum #64251C

Tints of Caput Mortuum #64251C

Color information

#64251C (or 0x64251C) is unknown color: approx Caput Mortuum. HEX triplet: 64, 25 and 1C. RGB value is (100,37,28). Sum of RGB (Red+Green+Blue) = 100+37+28=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64251C is #9BDAE3. Grayscale: #363636. Windows color (decimal): -10214116 or 1844580. OLE color: 1844580.

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

Color convert

RGB1003728-
CMYK00.630.720.61
HSL7.5º56.25%25.1%-
HSV(B)7.5º72%39.22%-
XYZ6.134.121.57-
YUV54.81112.87160.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=60.61%
G=22.42%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100372800.630.720.617.556.2525.1
Hex64251C03F483D83819
Octal144453407711075107031
Binary11001001001011110001111111001000111101100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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