Shades of Caput Mortuum #63200F
Tints of Caput Mortuum #63200F
RGB
CMYK
RGB Variations
Color information
#63200F (or 0x63200F) is known color: Caput Mortuum. HEX triplet: 63, 20 and 0F. RGB value is (99,32,15). Sum of RGB (Red+Green+Blue) = 99+32+15=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63200F is #9CDFF0. Grayscale: #323232. Windows color (decimal): -10280945 or 991331. OLE color: 991331.
HSL color Cylindrical-coordinate representation of color #63200F: hue angle of 12.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63200F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 15 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.61 |
| HSL | 12.14º | 0.74% | 0.22% | - |
| HSV(B) | 12.14º | 0.85% | 0.39% | - |
| XYZ | 5.75 | 3.72 | 0.87 | - |
| YUV | 50.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 15 | 0 | 0.68 | 0.85 | 0.61 | 12.14 | 0.74 | 0.22 |
| Hex | 63 | 20 | F | 0 | 44 | 55 | 3D | C | 4A | 16 |
| Octal | 143 | 40 | 17 | 0 | 104 | 125 | 75 | 14 | 112 | 26 |
| Binary | 1100011 | 100000 | 1111 | 0 | 1000100 | 1010101 | 111101 | 1100 | 1001010 | 10110 |
Color Harmonies of #63200F
Complementary color
Monochromatic Colors of #63200F
Black with #63200F
Text Example
Text Example
White with #63200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63200F; }
p { color: rgb(99,32,15); }
H1.HeaderClassName
{
color: #63200F;
}
.AnyTagClassName
{
color: #63200F;
}
</style>
background-color css
<style>
a { background-color: #63200F; }
a { background-color: rgb(99,32,15); }
div.DivClassName
{
background-color: #63200F;
}
.BgClassName
{
background-color: #63200F;
}
</style>
border-color css
<style>
span { border-color: #63200F; }
span { border-color: rgb(99,32,15); }
td.TdClassName
{
border-color: #63200F;
}
.TagClassName
{
border-color: #63200F;
}
</style>