Shades of Caput Mortuum #621E08
Tints of Caput Mortuum #621E08
RGB
CMYK
RGB Variations
Color information
#621E08 (or 0x621E08) is known color: Caput Mortuum. HEX triplet: 62, 1E and 08. RGB value is (98,30,8). Sum of RGB (Red+Green+Blue) = 98+30+8=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E08 is #9DE1F7. Grayscale: #2F2F2F. Windows color (decimal): -10347000 or 532066. OLE color: 532066.
HSL color Cylindrical-coordinate representation of color #621E08: hue angle of 14.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621E08 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 8 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.62 |
| HSL | 14.67º | 0.85% | 0.21% | - |
| HSV(B) | 14.67º | 0.92% | 0.38% | - |
| XYZ | 5.55 | 3.54 | 0.62 | - |
| YUV | 47.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 8 | 0 | 0.69 | 0.92 | 0.62 | 14.67 | 0.85 | 0.21 |
| Hex | 62 | 1E | 8 | 0 | 45 | 5C | 3E | F | 55 | 15 |
| Octal | 142 | 36 | 10 | 0 | 105 | 134 | 76 | 17 | 125 | 25 |
| Binary | 1100010 | 11110 | 1000 | 0 | 1000101 | 1011100 | 111110 | 1111 | 1010101 | 10101 |
Color Harmonies of #621E08
Complementary color
Monochromatic Colors of #621E08
Black with #621E08
Text Example
Text Example
White with #621E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E08; }
p { color: rgb(98,30,8); }
H1.HeaderClassName
{
color: #621E08;
}
.AnyTagClassName
{
color: #621E08;
}
</style>
background-color css
<style>
a { background-color: #621E08; }
a { background-color: rgb(98,30,8); }
div.DivClassName
{
background-color: #621E08;
}
.BgClassName
{
background-color: #621E08;
}
</style>
border-color css
<style>
span { border-color: #621E08; }
span { border-color: rgb(98,30,8); }
td.TdClassName
{
border-color: #621E08;
}
.TagClassName
{
border-color: #621E08;
}
</style>