Shades of Caput Mortuum #63220F
Tints of Caput Mortuum #63220F
RGB
CMYK
RGB Variations
Color information
#63220F (or 0x63220F) is known color: Caput Mortuum. HEX triplet: 63, 22 and 0F. RGB value is (99,34,15). Sum of RGB (Red+Green+Blue) = 99+34+15=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63220F is #9CDDF0. Grayscale: #333333. Windows color (decimal): -10280433 or 991843. OLE color: 991843.
HSL color Cylindrical-coordinate representation of color #63220F: hue angle of 13.57º 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 #63220F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 15 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.61 |
| HSL | 13.57º | 0.74% | 0.22% | - |
| HSV(B) | 13.57º | 0.85% | 0.39% | - |
| XYZ | 5.8 | 3.83 | 0.89 | - |
| YUV | 51.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 15 | 0 | 0.66 | 0.85 | 0.61 | 13.57 | 0.74 | 0.22 |
| Hex | 63 | 22 | F | 0 | 42 | 55 | 3D | E | 4A | 16 |
| Octal | 143 | 42 | 17 | 0 | 102 | 125 | 75 | 16 | 112 | 26 |
| Binary | 1100011 | 100010 | 1111 | 0 | 1000010 | 1010101 | 111101 | 1110 | 1001010 | 10110 |
Color Harmonies of #63220F
Complementary color
Monochromatic Colors of #63220F
Black with #63220F
Text Example
Text Example
White with #63220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63220F; }
p { color: rgb(99,34,15); }
H1.HeaderClassName
{
color: #63220F;
}
.AnyTagClassName
{
color: #63220F;
}
</style>
background-color css
<style>
a { background-color: #63220F; }
a { background-color: rgb(99,34,15); }
div.DivClassName
{
background-color: #63220F;
}
.BgClassName
{
background-color: #63220F;
}
</style>
border-color css
<style>
span { border-color: #63220F; }
span { border-color: rgb(99,34,15); }
td.TdClassName
{
border-color: #63220F;
}
.TagClassName
{
border-color: #63220F;
}
</style>