Shades of Caput Mortuum #64281B
Tints of Caput Mortuum #64281B
RGB
CMYK
RGB Variations
Color information
#64281B (or 0x64281B) is known color: Caput Mortuum. HEX triplet: 64, 28 and 1B. RGB value is (100,40,27). Sum of RGB (Red+Green+Blue) = 100+40+27=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64281B is #9BD7E4. Grayscale: #383838. Windows color (decimal): -10213349 or 1779812. OLE color: 1779812.
HSL color Cylindrical-coordinate representation of color #64281B: hue angle of 10.68º 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 #64281B is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 27 | - |
| CMYK | 0 | 0.6 | 0.73 | 0.61 |
| HSL | 10.68º | 0.57% | 0.25% | - |
| HSV(B) | 10.68º | 0.73% | 0.39% | - |
| XYZ | 6.21 | 4.31 | 1.54 | - |
| YUV | 56.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 27 | 0 | 0.6 | 0.73 | 0.61 | 10.68 | 0.57 | 0.25 |
| Hex | 64 | 28 | 1B | 0 | 3C | 49 | 3D | B | 39 | 19 |
| Octal | 144 | 50 | 33 | 0 | 74 | 111 | 75 | 13 | 71 | 31 |
| Binary | 1100100 | 101000 | 11011 | 0 | 111100 | 1001001 | 111101 | 1011 | 111001 | 11001 |
Color Harmonies of #64281B
Complementary color
Monochromatic Colors of #64281B
Black with #64281B
Text Example
Text Example
White with #64281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64281B; }
p { color: rgb(100,40,27); }
H1.HeaderClassName
{
color: #64281B;
}
.AnyTagClassName
{
color: #64281B;
}
</style>
background-color css
<style>
a { background-color: #64281B; }
a { background-color: rgb(100,40,27); }
div.DivClassName
{
background-color: #64281B;
}
.BgClassName
{
background-color: #64281B;
}
</style>
border-color css
<style>
span { border-color: #64281B; }
span { border-color: rgb(100,40,27); }
td.TdClassName
{
border-color: #64281B;
}
.TagClassName
{
border-color: #64281B;
}
</style>