Shades of Caput Mortuum #621E0B
Tints of Caput Mortuum #621E0B
RGB
CMYK
RGB Variations
Color information
#621E0B (or 0x621E0B) is known color: Caput Mortuum. HEX triplet: 62, 1E and 0B. RGB value is (98,30,11). Sum of RGB (Red+Green+Blue) = 98+30+11=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E0B is #9DE1F4. Grayscale: #303030. Windows color (decimal): -10346997 or 728674. OLE color: 728674.
HSL color Cylindrical-coordinate representation of color #621E0B: hue angle of 13.1º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621E0B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 11 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.62 |
| HSL | 13.1º | 0.8% | 0.21% | - |
| HSV(B) | 13.1º | 0.89% | 0.38% | - |
| XYZ | 5.56 | 3.55 | 0.71 | - |
| YUV | 48.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 11 | 0 | 0.69 | 0.89 | 0.62 | 13.1 | 0.8 | 0.21 |
| Hex | 62 | 1E | B | 0 | 45 | 59 | 3E | D | 50 | 15 |
| Octal | 142 | 36 | 13 | 0 | 105 | 131 | 76 | 15 | 120 | 25 |
| Binary | 1100010 | 11110 | 1011 | 0 | 1000101 | 1011001 | 111110 | 1101 | 1010000 | 10101 |
Color Harmonies of #621E0B
Complementary color
Monochromatic Colors of #621E0B
Black with #621E0B
Text Example
Text Example
White with #621E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E0B; }
p { color: rgb(98,30,11); }
H1.HeaderClassName
{
color: #621E0B;
}
.AnyTagClassName
{
color: #621E0B;
}
</style>
background-color css
<style>
a { background-color: #621E0B; }
a { background-color: rgb(98,30,11); }
div.DivClassName
{
background-color: #621E0B;
}
.BgClassName
{
background-color: #621E0B;
}
</style>
border-color css
<style>
span { border-color: #621E0B; }
span { border-color: rgb(98,30,11); }
td.TdClassName
{
border-color: #621E0B;
}
.TagClassName
{
border-color: #621E0B;
}
</style>