Shades of Caput Mortuum #64261A
Tints of Caput Mortuum #64261A
RGB
CMYK
RGB Variations
Color information
#64261A (or 0x64261A) is known color: Caput Mortuum. HEX triplet: 64, 26 and 1A. RGB value is (100,38,26). Sum of RGB (Red+Green+Blue) = 100+38+26=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64261A is #9BD9E5. Grayscale: #373737. Windows color (decimal): -10213862 or 1713764. OLE color: 1713764.
HSL color Cylindrical-coordinate representation of color #64261A: hue angle of 9.73º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64261A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 26 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.61 |
| HSL | 9.73º | 0.59% | 0.25% | - |
| HSV(B) | 9.73º | 0.74% | 0.39% | - |
| XYZ | 6.14 | 4.17 | 1.46 | - |
| YUV | 55.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 26 | 0 | 0.62 | 0.74 | 0.61 | 9.73 | 0.59 | 0.25 |
| Hex | 64 | 26 | 1A | 0 | 3E | 4A | 3D | A | 3B | 19 |
| Octal | 144 | 46 | 32 | 0 | 76 | 112 | 75 | 12 | 73 | 31 |
| Binary | 1100100 | 100110 | 11010 | 0 | 111110 | 1001010 | 111101 | 1010 | 111011 | 11001 |
Color Harmonies of #64261A
Complementary color
Monochromatic Colors of #64261A
Black with #64261A
Text Example
Text Example
White with #64261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64261A; }
p { color: rgb(100,38,26); }
H1.HeaderClassName
{
color: #64261A;
}
.AnyTagClassName
{
color: #64261A;
}
</style>
background-color css
<style>
a { background-color: #64261A; }
a { background-color: rgb(100,38,26); }
div.DivClassName
{
background-color: #64261A;
}
.BgClassName
{
background-color: #64261A;
}
</style>
border-color css
<style>
span { border-color: #64261A; }
span { border-color: rgb(100,38,26); }
td.TdClassName
{
border-color: #64261A;
}
.TagClassName
{
border-color: #64261A;
}
</style>