Shades of Caput Mortuum #63291B
Tints of Caput Mortuum #63291B
RGB
CMYK
RGB Variations
Color information
#63291B (or 0x63291B) is known color: Caput Mortuum. HEX triplet: 63, 29 and 1B. RGB value is (99,41,27). Sum of RGB (Red+Green+Blue) = 99+41+27=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63291B is #9CD6E4. Grayscale: #383838. Windows color (decimal): -10278629 or 1780067. OLE color: 1780067.
HSL color Cylindrical-coordinate representation of color #63291B: hue angle of 11.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63291B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 27 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.61 |
| HSL | 11.67º | 0.57% | 0.25% | - |
| HSV(B) | 11.67º | 0.73% | 0.39% | - |
| XYZ | 6.14 | 4.32 | 1.55 | - |
| YUV | 56.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 27 | 0 | 0.59 | 0.73 | 0.61 | 11.67 | 0.57 | 0.25 |
| Hex | 63 | 29 | 1B | 0 | 3B | 49 | 3D | C | 39 | 19 |
| Octal | 143 | 51 | 33 | 0 | 73 | 111 | 75 | 14 | 71 | 31 |
| Binary | 1100011 | 101001 | 11011 | 0 | 111011 | 1001001 | 111101 | 1100 | 111001 | 11001 |
Color Harmonies of #63291B
Complementary color
Monochromatic Colors of #63291B
Black with #63291B
Text Example
Text Example
White with #63291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63291B; }
p { color: rgb(99,41,27); }
H1.HeaderClassName
{
color: #63291B;
}
.AnyTagClassName
{
color: #63291B;
}
</style>
background-color css
<style>
a { background-color: #63291B; }
a { background-color: rgb(99,41,27); }
div.DivClassName
{
background-color: #63291B;
}
.BgClassName
{
background-color: #63291B;
}
</style>
border-color css
<style>
span { border-color: #63291B; }
span { border-color: rgb(99,41,27); }
td.TdClassName
{
border-color: #63291B;
}
.TagClassName
{
border-color: #63291B;
}
</style>