Shades of Caput Mortuum #64271C
Tints of Caput Mortuum #64271C
RGB
CMYK
RGB Variations
Color information
#64271C (or 0x64271C) is known color: Caput Mortuum. HEX triplet: 64, 27 and 1C. RGB value is (100,39,28). Sum of RGB (Red+Green+Blue) = 100+39+28=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64271C is #9BD8E3. Grayscale: #383838. Windows color (decimal): -10213604 or 1845092. OLE color: 1845092.
HSL color Cylindrical-coordinate representation of color #64271C: hue angle of 9.17º 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 #64271C is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 39 | 28 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.61 |
| HSL | 9.17º | 0.56% | 0.25% | - |
| HSV(B) | 9.17º | 0.72% | 0.39% | - |
| XYZ | 6.19 | 4.24 | 1.59 | - |
| YUV | 55.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 28 | 0 | 0.61 | 0.72 | 0.61 | 9.17 | 0.56 | 0.25 |
| Hex | 64 | 27 | 1C | 0 | 3D | 48 | 3D | 9 | 38 | 19 |
| Octal | 144 | 47 | 34 | 0 | 75 | 110 | 75 | 11 | 70 | 31 |
| Binary | 1100100 | 100111 | 11100 | 0 | 111101 | 1001000 | 111101 | 1001 | 111000 | 11001 |
Color Harmonies of #64271C
Complementary color
Monochromatic Colors of #64271C
Black with #64271C
Text Example
Text Example
White with #64271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64271C; }
p { color: rgb(100,39,28); }
H1.HeaderClassName
{
color: #64271C;
}
.AnyTagClassName
{
color: #64271C;
}
</style>
background-color css
<style>
a { background-color: #64271C; }
a { background-color: rgb(100,39,28); }
div.DivClassName
{
background-color: #64271C;
}
.BgClassName
{
background-color: #64271C;
}
</style>
border-color css
<style>
span { border-color: #64271C; }
span { border-color: rgb(100,39,28); }
td.TdClassName
{
border-color: #64271C;
}
.TagClassName
{
border-color: #64271C;
}
</style>