Shades of Caput Mortuum #65261C
Tints of Caput Mortuum #65261C
RGB
CMYK
RGB Variations
Color information
#65261C (or 0x65261C) is known color: Caput Mortuum. HEX triplet: 65, 26 and 1C. RGB value is (101,38,28). Sum of RGB (Red+Green+Blue) = 101+38+28=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65261C is #9AD9E3. Grayscale: #373737. Windows color (decimal): -10148324 or 1844837. OLE color: 1844837.
HSL color Cylindrical-coordinate representation of color #65261C: hue angle of 8.22º 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 #65261C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 38 | 28 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.60 |
| HSL | 8.22º | 0.57% | 0.25% | - |
| HSV(B) | 8.22º | 0.72% | 0.4% | - |
| XYZ | 6.27 | 4.24 | 1.59 | - |
| YUV | 55.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 28 | 0 | 0.62 | 0.72 | 0.60 | 8.22 | 0.57 | 0.25 |
| Hex | 65 | 26 | 1C | 0 | 3E | 48 | 3C | 8 | 39 | 19 |
| Octal | 145 | 46 | 34 | 0 | 76 | 110 | 74 | 10 | 71 | 31 |
| Binary | 1100101 | 100110 | 11100 | 0 | 111110 | 1001000 | 111100 | 1000 | 111001 | 11001 |
Color Harmonies of #65261C
Complementary color
Monochromatic Colors of #65261C
Black with #65261C
Text Example
Text Example
White with #65261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65261C; }
p { color: rgb(101,38,28); }
H1.HeaderClassName
{
color: #65261C;
}
.AnyTagClassName
{
color: #65261C;
}
</style>
background-color css
<style>
a { background-color: #65261C; }
a { background-color: rgb(101,38,28); }
div.DivClassName
{
background-color: #65261C;
}
.BgClassName
{
background-color: #65261C;
}
</style>
border-color css
<style>
span { border-color: #65261C; }
span { border-color: rgb(101,38,28); }
td.TdClassName
{
border-color: #65261C;
}
.TagClassName
{
border-color: #65261C;
}
</style>