Shades of Caput Mortuum #65261D
Tints of Caput Mortuum #65261D
RGB
CMYK
RGB Variations
Color information
#65261D (or 0x65261D) is known color: Caput Mortuum. HEX triplet: 65, 26 and 1D. RGB value is (101,38,29). Sum of RGB (Red+Green+Blue) = 101+38+29=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65261D is #9AD9E2. Grayscale: #373737. Windows color (decimal): -10148323 or 1910373. OLE color: 1910373.
HSL color Cylindrical-coordinate representation of color #65261D: hue angle of 7.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65261D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 38 | 29 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.60 |
| HSL | 7.5º | 0.55% | 0.25% | - |
| HSV(B) | 7.5º | 0.71% | 0.4% | - |
| XYZ | 6.28 | 4.24 | 1.65 | - |
| YUV | 55.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 29 | 0 | 0.62 | 0.71 | 0.60 | 7.5 | 0.55 | 0.25 |
| Hex | 65 | 26 | 1D | 0 | 3E | 47 | 3C | 8 | 37 | 19 |
| Octal | 145 | 46 | 35 | 0 | 76 | 107 | 74 | 10 | 67 | 31 |
| Binary | 1100101 | 100110 | 11101 | 0 | 111110 | 1000111 | 111100 | 1000 | 110111 | 11001 |
Color Harmonies of #65261D
Complementary color
Monochromatic Colors of #65261D
Black with #65261D
Text Example
Text Example
White with #65261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65261D; }
p { color: rgb(101,38,29); }
H1.HeaderClassName
{
color: #65261D;
}
.AnyTagClassName
{
color: #65261D;
}
</style>
background-color css
<style>
a { background-color: #65261D; }
a { background-color: rgb(101,38,29); }
div.DivClassName
{
background-color: #65261D;
}
.BgClassName
{
background-color: #65261D;
}
</style>
border-color css
<style>
span { border-color: #65261D; }
span { border-color: rgb(101,38,29); }
td.TdClassName
{
border-color: #65261D;
}
.TagClassName
{
border-color: #65261D;
}
</style>