Shades of Caput Mortuum #63241B
Tints of Caput Mortuum #63241B
RGB
CMYK
RGB Variations
Color information
#63241B (or 0x63241B) is known color: Caput Mortuum. HEX triplet: 63, 24 and 1B. RGB value is (99,36,27). Sum of RGB (Red+Green+Blue) = 99+36+27=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63241B is #9CDBE4. Grayscale: #353535. Windows color (decimal): -10279909 or 1778787. OLE color: 1778787.
HSL color Cylindrical-coordinate representation of color #63241B: hue angle of 7.5º 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 #63241B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 27 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.61 |
| HSL | 7.5º | 0.57% | 0.25% | - |
| HSV(B) | 7.5º | 0.73% | 0.39% | - |
| XYZ | 5.97 | 3.99 | 1.49 | - |
| YUV | 53.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 27 | 0 | 0.64 | 0.73 | 0.61 | 7.5 | 0.57 | 0.25 |
| Hex | 63 | 24 | 1B | 0 | 40 | 49 | 3D | 8 | 39 | 19 |
| Octal | 143 | 44 | 33 | 0 | 100 | 111 | 75 | 10 | 71 | 31 |
| Binary | 1100011 | 100100 | 11011 | 0 | 1000000 | 1001001 | 111101 | 1000 | 111001 | 11001 |
Color Harmonies of #63241B
Complementary color
Monochromatic Colors of #63241B
Black with #63241B
Text Example
Text Example
White with #63241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63241B; }
p { color: rgb(99,36,27); }
H1.HeaderClassName
{
color: #63241B;
}
.AnyTagClassName
{
color: #63241B;
}
</style>
background-color css
<style>
a { background-color: #63241B; }
a { background-color: rgb(99,36,27); }
div.DivClassName
{
background-color: #63241B;
}
.BgClassName
{
background-color: #63241B;
}
</style>
border-color css
<style>
span { border-color: #63241B; }
span { border-color: rgb(99,36,27); }
td.TdClassName
{
border-color: #63241B;
}
.TagClassName
{
border-color: #63241B;
}
</style>