Shades of Caput Mortuum #63200D
Tints of Caput Mortuum #63200D
RGB
CMYK
RGB Variations
Color information
#63200D (or 0x63200D) is known color: Caput Mortuum. HEX triplet: 63, 20 and 0D. RGB value is (99,32,13). Sum of RGB (Red+Green+Blue) = 99+32+13=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63200D is #9CDFF2. Grayscale: #323232. Windows color (decimal): -10280947 or 860259. OLE color: 860259.
HSL color Cylindrical-coordinate representation of color #63200D: hue angle of 13.26º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63200D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 13 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.61 |
| HSL | 13.26º | 0.77% | 0.22% | - |
| HSV(B) | 13.26º | 0.87% | 0.39% | - |
| XYZ | 5.73 | 3.71 | 0.8 | - |
| YUV | 49.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 13 | 0 | 0.68 | 0.87 | 0.61 | 13.26 | 0.77 | 0.22 |
| Hex | 63 | 20 | D | 0 | 44 | 57 | 3D | D | 4D | 16 |
| Octal | 143 | 40 | 15 | 0 | 104 | 127 | 75 | 15 | 115 | 26 |
| Binary | 1100011 | 100000 | 1101 | 0 | 1000100 | 1010111 | 111101 | 1101 | 1001101 | 10110 |
Color Harmonies of #63200D
Complementary color
Monochromatic Colors of #63200D
Black with #63200D
Text Example
Text Example
White with #63200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63200D; }
p { color: rgb(99,32,13); }
H1.HeaderClassName
{
color: #63200D;
}
.AnyTagClassName
{
color: #63200D;
}
</style>
background-color css
<style>
a { background-color: #63200D; }
a { background-color: rgb(99,32,13); }
div.DivClassName
{
background-color: #63200D;
}
.BgClassName
{
background-color: #63200D;
}
</style>
border-color css
<style>
span { border-color: #63200D; }
span { border-color: rgb(99,32,13); }
td.TdClassName
{
border-color: #63200D;
}
.TagClassName
{
border-color: #63200D;
}
</style>