Shades of Caput Mortuum #65210D
Tints of Caput Mortuum #65210D
RGB
CMYK
RGB Variations
Color information
#65210D (or 0x65210D) is known color: Caput Mortuum. HEX triplet: 65, 21 and 0D. RGB value is (101,33,13). Sum of RGB (Red+Green+Blue) = 101+33+13=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #65210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65210D is #9ADEF2. Grayscale: #333333. Windows color (decimal): -10149619 or 860517. OLE color: 860517.
HSL color Cylindrical-coordinate representation of color #65210D: hue angle of 13.64º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65210D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 13 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.60 |
| HSL | 13.64º | 0.77% | 0.22% | - |
| HSV(B) | 13.64º | 0.87% | 0.4% | - |
| XYZ | 5.98 | 3.88 | 0.81 | - |
| YUV | 51.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 13 | 0 | 0.67 | 0.87 | 0.60 | 13.64 | 0.77 | 0.22 |
| Hex | 65 | 21 | D | 0 | 43 | 57 | 3C | E | 4D | 16 |
| Octal | 145 | 41 | 15 | 0 | 103 | 127 | 74 | 16 | 115 | 26 |
| Binary | 1100101 | 100001 | 1101 | 0 | 1000011 | 1010111 | 111100 | 1110 | 1001101 | 10110 |
Color Harmonies of #65210D
Complementary color
Monochromatic Colors of #65210D
Black with #65210D
Text Example
Text Example
White with #65210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65210D; }
p { color: rgb(101,33,13); }
H1.HeaderClassName
{
color: #65210D;
}
.AnyTagClassName
{
color: #65210D;
}
</style>
background-color css
<style>
a { background-color: #65210D; }
a { background-color: rgb(101,33,13); }
div.DivClassName
{
background-color: #65210D;
}
.BgClassName
{
background-color: #65210D;
}
</style>
border-color css
<style>
span { border-color: #65210D; }
span { border-color: rgb(101,33,13); }
td.TdClassName
{
border-color: #65210D;
}
.TagClassName
{
border-color: #65210D;
}
</style>