Shades of Caput Mortuum #63291F
Tints of Caput Mortuum #63291F
RGB
CMYK
RGB Variations
Color information
#63291F (or 0x63291F) is known color: Caput Mortuum. HEX triplet: 63, 29 and 1F. RGB value is (99,41,31). Sum of RGB (Red+Green+Blue) = 99+41+31=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #63291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63291F is #9CD6E0. Grayscale: #393939. Windows color (decimal): -10278625 or 2042211. OLE color: 2042211.
HSL color Cylindrical-coordinate representation of color #63291F: hue angle of 8.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63291F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 31 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.61 |
| HSL | 8.82º | 0.52% | 0.25% | - |
| HSV(B) | 8.82º | 0.69% | 0.39% | - |
| XYZ | 6.19 | 4.34 | 1.81 | - |
| YUV | 57.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 31 | 0 | 0.59 | 0.69 | 0.61 | 8.82 | 0.52 | 0.25 |
| Hex | 63 | 29 | 1F | 0 | 3B | 45 | 3D | 9 | 34 | 19 |
| Octal | 143 | 51 | 37 | 0 | 73 | 105 | 75 | 11 | 64 | 31 |
| Binary | 1100011 | 101001 | 11111 | 0 | 111011 | 1000101 | 111101 | 1001 | 110100 | 11001 |
Color Harmonies of #63291F
Complementary color
Monochromatic Colors of #63291F
Black with #63291F
Text Example
Text Example
White with #63291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63291F; }
p { color: rgb(99,41,31); }
H1.HeaderClassName
{
color: #63291F;
}
.AnyTagClassName
{
color: #63291F;
}
</style>
background-color css
<style>
a { background-color: #63291F; }
a { background-color: rgb(99,41,31); }
div.DivClassName
{
background-color: #63291F;
}
.BgClassName
{
background-color: #63291F;
}
</style>
border-color css
<style>
span { border-color: #63291F; }
span { border-color: rgb(99,41,31); }
td.TdClassName
{
border-color: #63291F;
}
.TagClassName
{
border-color: #63291F;
}
</style>