Shades of Caput Mortuum #63251C
Tints of Caput Mortuum #63251C
RGB
CMYK
RGB Variations
Color information
#63251C (or 0x63251C) is known color: Caput Mortuum. HEX triplet: 63, 25 and 1C. RGB value is (99,37,28). Sum of RGB (Red+Green+Blue) = 99+37+28=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63251C is #9CDAE3. Grayscale: #363636. Windows color (decimal): -10279652 or 1844579. OLE color: 1844579.
HSL color Cylindrical-coordinate representation of color #63251C: hue angle of 7.61º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63251C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 28 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.61 |
| HSL | 7.61º | 0.56% | 0.25% | - |
| HSV(B) | 7.61º | 0.72% | 0.39% | - |
| XYZ | 6.02 | 4.06 | 1.57 | - |
| YUV | 54.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 28 | 0 | 0.63 | 0.72 | 0.61 | 7.61 | 0.56 | 0.25 |
| Hex | 63 | 25 | 1C | 0 | 3F | 48 | 3D | 8 | 38 | 19 |
| Octal | 143 | 45 | 34 | 0 | 77 | 110 | 75 | 10 | 70 | 31 |
| Binary | 1100011 | 100101 | 11100 | 0 | 111111 | 1001000 | 111101 | 1000 | 111000 | 11001 |
Color Harmonies of #63251C
Complementary color
Monochromatic Colors of #63251C
Black with #63251C
Text Example
Text Example
White with #63251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63251C; }
p { color: rgb(99,37,28); }
H1.HeaderClassName
{
color: #63251C;
}
.AnyTagClassName
{
color: #63251C;
}
</style>
background-color css
<style>
a { background-color: #63251C; }
a { background-color: rgb(99,37,28); }
div.DivClassName
{
background-color: #63251C;
}
.BgClassName
{
background-color: #63251C;
}
</style>
border-color css
<style>
span { border-color: #63251C; }
span { border-color: rgb(99,37,28); }
td.TdClassName
{
border-color: #63251C;
}
.TagClassName
{
border-color: #63251C;
}
</style>