Shades of Caput Mortuum #63291D
Tints of Caput Mortuum #63291D
RGB
CMYK
RGB Variations
Color information
#63291D (or 0x63291D) is known color: Caput Mortuum. HEX triplet: 63, 29 and 1D. RGB value is (99,41,29). Sum of RGB (Red+Green+Blue) = 99+41+29=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #63291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63291D is #9CD6E2. Grayscale: #393939. Windows color (decimal): -10278627 or 1911139. OLE color: 1911139.
HSL color Cylindrical-coordinate representation of color #63291D: hue angle of 10.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63291D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 29 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.61 |
| HSL | 10.29º | 0.55% | 0.25% | - |
| HSV(B) | 10.29º | 0.71% | 0.39% | - |
| XYZ | 6.16 | 4.33 | 1.67 | - |
| YUV | 56.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 29 | 0 | 0.59 | 0.71 | 0.61 | 10.29 | 0.55 | 0.25 |
| Hex | 63 | 29 | 1D | 0 | 3B | 47 | 3D | A | 37 | 19 |
| Octal | 143 | 51 | 35 | 0 | 73 | 107 | 75 | 12 | 67 | 31 |
| Binary | 1100011 | 101001 | 11101 | 0 | 111011 | 1000111 | 111101 | 1010 | 110111 | 11001 |
Color Harmonies of #63291D
Complementary color
Monochromatic Colors of #63291D
Black with #63291D
Text Example
Text Example
White with #63291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63291D; }
p { color: rgb(99,41,29); }
H1.HeaderClassName
{
color: #63291D;
}
.AnyTagClassName
{
color: #63291D;
}
</style>
background-color css
<style>
a { background-color: #63291D; }
a { background-color: rgb(99,41,29); }
div.DivClassName
{
background-color: #63291D;
}
.BgClassName
{
background-color: #63291D;
}
</style>
border-color css
<style>
span { border-color: #63291D; }
span { border-color: rgb(99,41,29); }
td.TdClassName
{
border-color: #63291D;
}
.TagClassName
{
border-color: #63291D;
}
</style>