Shades of Caput Mortuum #63261D
Tints of Caput Mortuum #63261D
RGB
CMYK
RGB Variations
Color information
#63261D (or 0x63261D) is known color: Caput Mortuum. HEX triplet: 63, 26 and 1D. RGB value is (99,38,29). Sum of RGB (Red+Green+Blue) = 99+38+29=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261D is #9CD9E2. Grayscale: #373737. Windows color (decimal): -10279395 or 1910371. OLE color: 1910371.
HSL color Cylindrical-coordinate representation of color #63261D: hue angle of 7.71º 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 #63261D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 29 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.61 |
| HSL | 7.71º | 0.55% | 0.25% | - |
| HSV(B) | 7.71º | 0.71% | 0.39% | - |
| XYZ | 6.06 | 4.13 | 1.64 | - |
| YUV | 55.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 29 | 0 | 0.62 | 0.71 | 0.61 | 7.71 | 0.55 | 0.25 |
| Hex | 63 | 26 | 1D | 0 | 3E | 47 | 3D | 8 | 37 | 19 |
| Octal | 143 | 46 | 35 | 0 | 76 | 107 | 75 | 10 | 67 | 31 |
| Binary | 1100011 | 100110 | 11101 | 0 | 111110 | 1000111 | 111101 | 1000 | 110111 | 11001 |
Color Harmonies of #63261D
Complementary color
Monochromatic Colors of #63261D
Black with #63261D
Text Example
Text Example
White with #63261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63261D; }
p { color: rgb(99,38,29); }
H1.HeaderClassName
{
color: #63261D;
}
.AnyTagClassName
{
color: #63261D;
}
</style>
background-color css
<style>
a { background-color: #63261D; }
a { background-color: rgb(99,38,29); }
div.DivClassName
{
background-color: #63261D;
}
.BgClassName
{
background-color: #63261D;
}
</style>
border-color css
<style>
span { border-color: #63261D; }
span { border-color: rgb(99,38,29); }
td.TdClassName
{
border-color: #63261D;
}
.TagClassName
{
border-color: #63261D;
}
</style>