Shades of Caput Mortuum #62251B
Tints of Caput Mortuum #62251B
RGB
CMYK
RGB Variations
Color information
#62251B (or 0x62251B) is known color: Caput Mortuum. HEX triplet: 62, 25 and 1B. RGB value is (98,37,27). Sum of RGB (Red+Green+Blue) = 98+37+27=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62251B is #9DDAE4. Grayscale: #363636. Windows color (decimal): -10345189 or 1779042. OLE color: 1779042.
HSL color Cylindrical-coordinate representation of color #62251B: hue angle of 8.45º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62251B is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 37 | 27 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.62 |
| HSL | 8.45º | 0.57% | 0.25% | - |
| HSV(B) | 8.45º | 0.72% | 0.38% | - |
| XYZ | 5.9 | 4 | 1.5 | - |
| YUV | 54.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 27 | 0 | 0.62 | 0.72 | 0.62 | 8.45 | 0.57 | 0.25 |
| Hex | 62 | 25 | 1B | 0 | 3E | 48 | 3E | 8 | 39 | 19 |
| Octal | 142 | 45 | 33 | 0 | 76 | 110 | 76 | 10 | 71 | 31 |
| Binary | 1100010 | 100101 | 11011 | 0 | 111110 | 1001000 | 111110 | 1000 | 111001 | 11001 |
Color Harmonies of #62251B
Complementary color
Monochromatic Colors of #62251B
Black with #62251B
Text Example
Text Example
White with #62251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62251B; }
p { color: rgb(98,37,27); }
H1.HeaderClassName
{
color: #62251B;
}
.AnyTagClassName
{
color: #62251B;
}
</style>
background-color css
<style>
a { background-color: #62251B; }
a { background-color: rgb(98,37,27); }
div.DivClassName
{
background-color: #62251B;
}
.BgClassName
{
background-color: #62251B;
}
</style>
border-color css
<style>
span { border-color: #62251B; }
span { border-color: rgb(98,37,27); }
td.TdClassName
{
border-color: #62251B;
}
.TagClassName
{
border-color: #62251B;
}
</style>