Shades of Caput Mortuum #632411
Tints of Caput Mortuum #632411
RGB
CMYK
RGB Variations
Color information
#632411 (or 0x632411) is known color: Caput Mortuum. HEX triplet: 63, 24 and 11. RGB value is (99,36,17). Sum of RGB (Red+Green+Blue) = 99+36+17=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632411 is #9CDBEE. Grayscale: #343434. Windows color (decimal): -10279919 or 1123427. OLE color: 1123427.
HSL color Cylindrical-coordinate representation of color #632411: hue angle of 13.9º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #632411 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 17 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.61 |
| HSL | 13.9º | 0.71% | 0.23% | - |
| HSV(B) | 13.9º | 0.83% | 0.39% | - |
| XYZ | 5.88 | 3.95 | 0.98 | - |
| YUV | 52.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 17 | 0 | 0.64 | 0.83 | 0.61 | 13.9 | 0.71 | 0.23 |
| Hex | 63 | 24 | 11 | 0 | 40 | 53 | 3D | E | 47 | 17 |
| Octal | 143 | 44 | 21 | 0 | 100 | 123 | 75 | 16 | 107 | 27 |
| Binary | 1100011 | 100100 | 10001 | 0 | 1000000 | 1010011 | 111101 | 1110 | 1000111 | 10111 |
Color Harmonies of #632411
Complementary color
Monochromatic Colors of #632411
Black with #632411
Text Example
Text Example
White with #632411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632411; }
p { color: rgb(99,36,17); }
H1.HeaderClassName
{
color: #632411;
}
.AnyTagClassName
{
color: #632411;
}
</style>
background-color css
<style>
a { background-color: #632411; }
a { background-color: rgb(99,36,17); }
div.DivClassName
{
background-color: #632411;
}
.BgClassName
{
background-color: #632411;
}
</style>
border-color css
<style>
span { border-color: #632411; }
span { border-color: rgb(99,36,17); }
td.TdClassName
{
border-color: #632411;
}
.TagClassName
{
border-color: #632411;
}
</style>