Shades of Caput Mortuum #64261C
Tints of Caput Mortuum #64261C
RGB
CMYK
RGB Variations
Color information
#64261C (or 0x64261C) is known color: Caput Mortuum. HEX triplet: 64, 26 and 1C. RGB value is (100,38,28). Sum of RGB (Red+Green+Blue) = 100+38+28=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64261C is #9BD9E3. Grayscale: #373737. Windows color (decimal): -10213860 or 1844836. OLE color: 1844836.
HSL color Cylindrical-coordinate representation of color #64261C: hue angle of 8.33º 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 #64261C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 28 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.61 |
| HSL | 8.33º | 0.56% | 0.25% | - |
| HSV(B) | 8.33º | 0.72% | 0.39% | - |
| XYZ | 6.16 | 4.18 | 1.58 | - |
| YUV | 55.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 28 | 0 | 0.62 | 0.72 | 0.61 | 8.33 | 0.56 | 0.25 |
| Hex | 64 | 26 | 1C | 0 | 3E | 48 | 3D | 8 | 38 | 19 |
| Octal | 144 | 46 | 34 | 0 | 76 | 110 | 75 | 10 | 70 | 31 |
| Binary | 1100100 | 100110 | 11100 | 0 | 111110 | 1001000 | 111101 | 1000 | 111000 | 11001 |
Color Harmonies of #64261C
Complementary color
Monochromatic Colors of #64261C
Black with #64261C
Text Example
Text Example
White with #64261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64261C; }
p { color: rgb(100,38,28); }
H1.HeaderClassName
{
color: #64261C;
}
.AnyTagClassName
{
color: #64261C;
}
</style>
background-color css
<style>
a { background-color: #64261C; }
a { background-color: rgb(100,38,28); }
div.DivClassName
{
background-color: #64261C;
}
.BgClassName
{
background-color: #64261C;
}
</style>
border-color css
<style>
span { border-color: #64261C; }
span { border-color: rgb(100,38,28); }
td.TdClassName
{
border-color: #64261C;
}
.TagClassName
{
border-color: #64261C;
}
</style>