Shades of Caput Mortuum #63261F
Tints of Caput Mortuum #63261F
RGB
CMYK
RGB Variations
Color information
#63261F (or 0x63261F) is known color: Caput Mortuum. HEX triplet: 63, 26 and 1F. RGB value is (99,38,31). Sum of RGB (Red+Green+Blue) = 99+38+31=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261F is #9CD9E0. Grayscale: #373737. Windows color (decimal): -10279393 or 2041443. OLE color: 2041443.
HSL color Cylindrical-coordinate representation of color #63261F: hue angle of 6.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63261F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 31 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.61 |
| HSL | 6.18º | 0.52% | 0.25% | - |
| HSV(B) | 6.18º | 0.69% | 0.39% | - |
| XYZ | 6.09 | 4.14 | 1.77 | - |
| YUV | 55.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 31 | 0 | 0.62 | 0.69 | 0.61 | 6.18 | 0.52 | 0.25 |
| Hex | 63 | 26 | 1F | 0 | 3E | 45 | 3D | 6 | 34 | 19 |
| Octal | 143 | 46 | 37 | 0 | 76 | 105 | 75 | 6 | 64 | 31 |
| Binary | 1100011 | 100110 | 11111 | 0 | 111110 | 1000101 | 111101 | 110 | 110100 | 11001 |
Color Harmonies of #63261F
Complementary color
Monochromatic Colors of #63261F
Black with #63261F
Text Example
Text Example
White with #63261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63261F; }
p { color: rgb(99,38,31); }
H1.HeaderClassName
{
color: #63261F;
}
.AnyTagClassName
{
color: #63261F;
}
</style>
background-color css
<style>
a { background-color: #63261F; }
a { background-color: rgb(99,38,31); }
div.DivClassName
{
background-color: #63261F;
}
.BgClassName
{
background-color: #63261F;
}
</style>
border-color css
<style>
span { border-color: #63261F; }
span { border-color: rgb(99,38,31); }
td.TdClassName
{
border-color: #63261F;
}
.TagClassName
{
border-color: #63261F;
}
</style>