Shades of Caput Mortuum #62261A
Tints of Caput Mortuum #62261A
RGB
CMYK
RGB Variations
Color information
#62261A (or 0x62261A) is known color: Caput Mortuum. HEX triplet: 62, 26 and 1A. RGB value is (98,38,26). Sum of RGB (Red+Green+Blue) = 98+38+26=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62261A is #9DD9E5. Grayscale: #363636. Windows color (decimal): -10344934 or 1713762. OLE color: 1713762.
HSL color Cylindrical-coordinate representation of color #62261A: hue angle of 10º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62261A is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 26 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.62 |
| HSL | 10º | 0.58% | 0.24% | - |
| HSV(B) | 10º | 0.73% | 0.38% | - |
| XYZ | 5.92 | 4.06 | 1.45 | - |
| YUV | 54.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 26 | 0 | 0.61 | 0.73 | 0.62 | 10 | 0.58 | 0.24 |
| Hex | 62 | 26 | 1A | 0 | 3D | 49 | 3E | A | 3A | 18 |
| Octal | 142 | 46 | 32 | 0 | 75 | 111 | 76 | 12 | 72 | 30 |
| Binary | 1100010 | 100110 | 11010 | 0 | 111101 | 1001001 | 111110 | 1010 | 111010 | 11000 |
Color Harmonies of #62261A
Complementary color
Monochromatic Colors of #62261A
Black with #62261A
Text Example
Text Example
White with #62261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62261A; }
p { color: rgb(98,38,26); }
H1.HeaderClassName
{
color: #62261A;
}
.AnyTagClassName
{
color: #62261A;
}
</style>
background-color css
<style>
a { background-color: #62261A; }
a { background-color: rgb(98,38,26); }
div.DivClassName
{
background-color: #62261A;
}
.BgClassName
{
background-color: #62261A;
}
</style>
border-color css
<style>
span { border-color: #62261A; }
span { border-color: rgb(98,38,26); }
td.TdClassName
{
border-color: #62261A;
}
.TagClassName
{
border-color: #62261A;
}
</style>