#64261F

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

Shades of Caput Mortuum #64261F

Tints of Caput Mortuum #64261F

Color information

#64261F (or 0x64261F) is unknown color: approx Caput Mortuum. HEX triplet: 64, 26 and 1F. RGB value is (100,38,31). Sum of RGB (Red+Green+Blue) = 100+38+31=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64261F is #9BD9E0. Grayscale: #373737. Windows color (decimal): -10213857 or 2041444. OLE color: 2041444.

HSL color Cylindrical-coordinate representation of color #64261F: hue angle of 6.09º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64261F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1003831-
CMYK00.620.690.61
HSL6.09º52.67%25.69%-
HSV(B)6.09º69%39.22%-
XYZ6.24.191.78-
YUV55.74114.04159.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.17%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=59.17%
G=22.49%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100383100.620.690.616.0952.6725.69
Hex64261F03E453D6351a
Octal14446370761057566532
Binary1100100100110111110111110100010111110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64261F; }

 p { color: rgb(100,38,31); }

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

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

 a { background-color: rgb(100,38,31); }

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

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

 span { border-color: rgb(100,38,31); }

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