Shades of Caput Mortuum #65251C
Tints of Caput Mortuum #65251C
RGB
CMYK
RGB Variations
Color information
#65251C (or 0x65251C) is known color: Caput Mortuum. HEX triplet: 65, 25 and 1C. RGB value is (101,37,28). Sum of RGB (Red+Green+Blue) = 101+37+28=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65251C is #9ADAE3. Grayscale: #373737. Windows color (decimal): -10148580 or 1844581. OLE color: 1844581.
HSL color Cylindrical-coordinate representation of color #65251C: hue angle of 7.4º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65251C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 28 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.60 |
| HSL | 7.4º | 0.57% | 0.25% | - |
| HSV(B) | 7.4º | 0.72% | 0.4% | - |
| XYZ | 6.24 | 4.17 | 1.58 | - |
| YUV | 55.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 28 | 0 | 0.63 | 0.72 | 0.60 | 7.4 | 0.57 | 0.25 |
| Hex | 65 | 25 | 1C | 0 | 3F | 48 | 3C | 7 | 39 | 19 |
| Octal | 145 | 45 | 34 | 0 | 77 | 110 | 74 | 7 | 71 | 31 |
| Binary | 1100101 | 100101 | 11100 | 0 | 111111 | 1001000 | 111100 | 111 | 111001 | 11001 |
Color Harmonies of #65251C
Complementary color
Monochromatic Colors of #65251C
Black with #65251C
Text Example
Text Example
White with #65251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65251C; }
p { color: rgb(101,37,28); }
H1.HeaderClassName
{
color: #65251C;
}
.AnyTagClassName
{
color: #65251C;
}
</style>
background-color css
<style>
a { background-color: #65251C; }
a { background-color: rgb(101,37,28); }
div.DivClassName
{
background-color: #65251C;
}
.BgClassName
{
background-color: #65251C;
}
</style>
border-color css
<style>
span { border-color: #65251C; }
span { border-color: rgb(101,37,28); }
td.TdClassName
{
border-color: #65251C;
}
.TagClassName
{
border-color: #65251C;
}
</style>