Shades of Caput Mortuum #63230F
Tints of Caput Mortuum #63230F
RGB
CMYK
RGB Variations
Color information
#63230F (or 0x63230F) is known color: Caput Mortuum. HEX triplet: 63, 23 and 0F. RGB value is (99,35,15). Sum of RGB (Red+Green+Blue) = 99+35+15=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63230F is #9CDCF0. Grayscale: #333333. Windows color (decimal): -10280177 or 992099. OLE color: 992099.
HSL color Cylindrical-coordinate representation of color #63230F: hue angle of 14.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63230F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 15 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.61 |
| HSL | 14.29º | 0.74% | 0.22% | - |
| HSV(B) | 14.29º | 0.85% | 0.39% | - |
| XYZ | 5.83 | 3.89 | 0.9 | - |
| YUV | 51.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 15 | 0 | 0.65 | 0.85 | 0.61 | 14.29 | 0.74 | 0.22 |
| Hex | 63 | 23 | F | 0 | 41 | 55 | 3D | E | 4A | 16 |
| Octal | 143 | 43 | 17 | 0 | 101 | 125 | 75 | 16 | 112 | 26 |
| Binary | 1100011 | 100011 | 1111 | 0 | 1000001 | 1010101 | 111101 | 1110 | 1001010 | 10110 |
Color Harmonies of #63230F
Complementary color
Monochromatic Colors of #63230F
Black with #63230F
Text Example
Text Example
White with #63230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63230F; }
p { color: rgb(99,35,15); }
H1.HeaderClassName
{
color: #63230F;
}
.AnyTagClassName
{
color: #63230F;
}
</style>
background-color css
<style>
a { background-color: #63230F; }
a { background-color: rgb(99,35,15); }
div.DivClassName
{
background-color: #63230F;
}
.BgClassName
{
background-color: #63230F;
}
</style>
border-color css
<style>
span { border-color: #63230F; }
span { border-color: rgb(99,35,15); }
td.TdClassName
{
border-color: #63230F;
}
.TagClassName
{
border-color: #63230F;
}
</style>