Shades of Caput Mortuum #64271B
Tints of Caput Mortuum #64271B
RGB
CMYK
RGB Variations
Color information
#64271B (or 0x64271B) is known color: Caput Mortuum. HEX triplet: 64, 27 and 1B. RGB value is (100,39,27). Sum of RGB (Red+Green+Blue) = 100+39+27=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64271B is #9BD8E4. Grayscale: #373737. Windows color (decimal): -10213605 or 1779556. OLE color: 1779556.
HSL color Cylindrical-coordinate representation of color #64271B: hue angle of 9.86º 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 #64271B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 39 | 27 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.61 |
| HSL | 9.86º | 0.57% | 0.25% | - |
| HSV(B) | 9.86º | 0.73% | 0.39% | - |
| XYZ | 6.18 | 4.24 | 1.53 | - |
| YUV | 55.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 27 | 0 | 0.61 | 0.73 | 0.61 | 9.86 | 0.57 | 0.25 |
| Hex | 64 | 27 | 1B | 0 | 3D | 49 | 3D | A | 39 | 19 |
| Octal | 144 | 47 | 33 | 0 | 75 | 111 | 75 | 12 | 71 | 31 |
| Binary | 1100100 | 100111 | 11011 | 0 | 111101 | 1001001 | 111101 | 1010 | 111001 | 11001 |
Color Harmonies of #64271B
Complementary color
Monochromatic Colors of #64271B
Black with #64271B
Text Example
Text Example
White with #64271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64271B; }
p { color: rgb(100,39,27); }
H1.HeaderClassName
{
color: #64271B;
}
.AnyTagClassName
{
color: #64271B;
}
</style>
background-color css
<style>
a { background-color: #64271B; }
a { background-color: rgb(100,39,27); }
div.DivClassName
{
background-color: #64271B;
}
.BgClassName
{
background-color: #64271B;
}
</style>
border-color css
<style>
span { border-color: #64271B; }
span { border-color: rgb(100,39,27); }
td.TdClassName
{
border-color: #64271B;
}
.TagClassName
{
border-color: #64271B;
}
</style>