Shades of Caput Mortuum #631F0B
Tints of Caput Mortuum #631F0B
RGB
CMYK
RGB Variations
Color information
#631F0B (or 0x631F0B) is known color: Caput Mortuum. HEX triplet: 63, 1F and 0B. RGB value is (99,31,11). Sum of RGB (Red+Green+Blue) = 99+31+11=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F0B is #9CE0F4. Grayscale: #313131. Windows color (decimal): -10281205 or 728931. OLE color: 728931.
HSL color Cylindrical-coordinate representation of color #631F0B: hue angle of 13.64º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631F0B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 11 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.61 |
| HSL | 13.64º | 0.8% | 0.22% | - |
| HSV(B) | 13.64º | 0.89% | 0.39% | - |
| XYZ | 5.7 | 3.66 | 0.72 | - |
| YUV | 49.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 11 | 0 | 0.69 | 0.89 | 0.61 | 13.64 | 0.8 | 0.22 |
| Hex | 63 | 1F | B | 0 | 45 | 59 | 3D | E | 50 | 16 |
| Octal | 143 | 37 | 13 | 0 | 105 | 131 | 75 | 16 | 120 | 26 |
| Binary | 1100011 | 11111 | 1011 | 0 | 1000101 | 1011001 | 111101 | 1110 | 1010000 | 10110 |
Color Harmonies of #631F0B
Complementary color
Monochromatic Colors of #631F0B
Black with #631F0B
Text Example
Text Example
White with #631F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F0B; }
p { color: rgb(99,31,11); }
H1.HeaderClassName
{
color: #631F0B;
}
.AnyTagClassName
{
color: #631F0B;
}
</style>
background-color css
<style>
a { background-color: #631F0B; }
a { background-color: rgb(99,31,11); }
div.DivClassName
{
background-color: #631F0B;
}
.BgClassName
{
background-color: #631F0B;
}
</style>
border-color css
<style>
span { border-color: #631F0B; }
span { border-color: rgb(99,31,11); }
td.TdClassName
{
border-color: #631F0B;
}
.TagClassName
{
border-color: #631F0B;
}
</style>