Shades of Caput Mortuum #63281D
Tints of Caput Mortuum #63281D
RGB
CMYK
RGB Variations
Color information
#63281D (or 0x63281D) is known color: Caput Mortuum. HEX triplet: 63, 28 and 1D. RGB value is (99,40,29). Sum of RGB (Red+Green+Blue) = 99+40+29=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63281D is #9CD7E2. Grayscale: #383838. Windows color (decimal): -10278883 or 1910883. OLE color: 1910883.
HSL color Cylindrical-coordinate representation of color #63281D: hue angle of 9.43º 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 #63281D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 29 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.61 |
| HSL | 9.43º | 0.55% | 0.25% | - |
| HSV(B) | 9.43º | 0.71% | 0.39% | - |
| XYZ | 6.13 | 4.26 | 1.66 | - |
| YUV | 56.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 29 | 0 | 0.60 | 0.71 | 0.61 | 9.43 | 0.55 | 0.25 |
| Hex | 63 | 28 | 1D | 0 | 3C | 47 | 3D | 9 | 37 | 19 |
| Octal | 143 | 50 | 35 | 0 | 74 | 107 | 75 | 11 | 67 | 31 |
| Binary | 1100011 | 101000 | 11101 | 0 | 111100 | 1000111 | 111101 | 1001 | 110111 | 11001 |
Color Harmonies of #63281D
Complementary color
Monochromatic Colors of #63281D
Black with #63281D
Text Example
Text Example
White with #63281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63281D; }
p { color: rgb(99,40,29); }
H1.HeaderClassName
{
color: #63281D;
}
.AnyTagClassName
{
color: #63281D;
}
</style>
background-color css
<style>
a { background-color: #63281D; }
a { background-color: rgb(99,40,29); }
div.DivClassName
{
background-color: #63281D;
}
.BgClassName
{
background-color: #63281D;
}
</style>
border-color css
<style>
span { border-color: #63281D; }
span { border-color: rgb(99,40,29); }
td.TdClassName
{
border-color: #63281D;
}
.TagClassName
{
border-color: #63281D;
}
</style>