Shades of Caput Mortuum #632110
Tints of Caput Mortuum #632110
RGB
CMYK
RGB Variations
Color information
#632110 (or 0x632110) is known color: Caput Mortuum. HEX triplet: 63, 21 and 10. RGB value is (99,33,16). Sum of RGB (Red+Green+Blue) = 99+33+16=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #632110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632110 is #9CDEEF. Grayscale: #323232. Windows color (decimal): -10280688 or 1057123. OLE color: 1057123.
HSL color Cylindrical-coordinate representation of color #632110: hue angle of 12.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #632110 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 16 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.61 |
| HSL | 12.29º | 0.72% | 0.23% | - |
| HSV(B) | 12.29º | 0.84% | 0.39% | - |
| XYZ | 5.78 | 3.78 | 0.91 | - |
| YUV | 50.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 16 | 0 | 0.67 | 0.84 | 0.61 | 12.29 | 0.72 | 0.23 |
| Hex | 63 | 21 | 10 | 0 | 43 | 54 | 3D | C | 48 | 17 |
| Octal | 143 | 41 | 20 | 0 | 103 | 124 | 75 | 14 | 110 | 27 |
| Binary | 1100011 | 100001 | 10000 | 0 | 1000011 | 1010100 | 111101 | 1100 | 1001000 | 10111 |
Color Harmonies of #632110
Complementary color
Monochromatic Colors of #632110
Black with #632110
Text Example
Text Example
White with #632110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632110; }
p { color: rgb(99,33,16); }
H1.HeaderClassName
{
color: #632110;
}
.AnyTagClassName
{
color: #632110;
}
</style>
background-color css
<style>
a { background-color: #632110; }
a { background-color: rgb(99,33,16); }
div.DivClassName
{
background-color: #632110;
}
.BgClassName
{
background-color: #632110;
}
</style>
border-color css
<style>
span { border-color: #632110; }
span { border-color: rgb(99,33,16); }
td.TdClassName
{
border-color: #632110;
}
.TagClassName
{
border-color: #632110;
}
</style>