Shades of Caput Mortuum #63200E
Tints of Caput Mortuum #63200E
RGB
CMYK
RGB Variations
Color information
#63200E (or 0x63200E) is known color: Caput Mortuum. HEX triplet: 63, 20 and 0E. RGB value is (99,32,14). Sum of RGB (Red+Green+Blue) = 99+32+14=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63200E is #9CDFF1. Grayscale: #323232. Windows color (decimal): -10280946 or 925795. OLE color: 925795.
HSL color Cylindrical-coordinate representation of color #63200E: hue angle of 12.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63200E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 14 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.61 |
| HSL | 12.71º | 0.75% | 0.22% | - |
| HSV(B) | 12.71º | 0.86% | 0.39% | - |
| XYZ | 5.74 | 3.72 | 0.83 | - |
| YUV | 49.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 14 | 0 | 0.68 | 0.86 | 0.61 | 12.71 | 0.75 | 0.22 |
| Hex | 63 | 20 | E | 0 | 44 | 56 | 3D | D | 4B | 16 |
| Octal | 143 | 40 | 16 | 0 | 104 | 126 | 75 | 15 | 113 | 26 |
| Binary | 1100011 | 100000 | 1110 | 0 | 1000100 | 1010110 | 111101 | 1101 | 1001011 | 10110 |
Color Harmonies of #63200E
Complementary color
Monochromatic Colors of #63200E
Black with #63200E
Text Example
Text Example
White with #63200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63200E; }
p { color: rgb(99,32,14); }
H1.HeaderClassName
{
color: #63200E;
}
.AnyTagClassName
{
color: #63200E;
}
</style>
background-color css
<style>
a { background-color: #63200E; }
a { background-color: rgb(99,32,14); }
div.DivClassName
{
background-color: #63200E;
}
.BgClassName
{
background-color: #63200E;
}
</style>
border-color css
<style>
span { border-color: #63200E; }
span { border-color: rgb(99,32,14); }
td.TdClassName
{
border-color: #63200E;
}
.TagClassName
{
border-color: #63200E;
}
</style>