Shades of Caput Mortuum #5A200F
Tints of Caput Mortuum #5A200F
RGB
CMYK
RGB Variations
Color information
#5A200F (or 0x5A200F) is known color: Caput Mortuum. HEX triplet: 5A, 20 and 0F. RGB value is (90,32,15). Sum of RGB (Red+Green+Blue) = 90+32+15=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A200F is #A5DFF0. Grayscale: #2F2F2F. Windows color (decimal): -10870769 or 991322. OLE color: 991322.
HSL color Cylindrical-coordinate representation of color #5A200F: hue angle of 13.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A200F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 15 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.65 |
| HSL | 13.6º | 0.71% | 0.21% | - |
| HSV(B) | 13.6º | 0.83% | 0.35% | - |
| XYZ | 4.82 | 3.24 | 0.82 | - |
| YUV | 47.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 15 | 0 | 0.64 | 0.83 | 0.65 | 13.6 | 0.71 | 0.21 |
| Hex | 5A | 20 | F | 0 | 40 | 53 | 41 | E | 47 | 15 |
| Octal | 132 | 40 | 17 | 0 | 100 | 123 | 101 | 16 | 107 | 25 |
| Binary | 1011010 | 100000 | 1111 | 0 | 1000000 | 1010011 | 1000001 | 1110 | 1000111 | 10101 |
Color Harmonies of #5A200F
Complementary color
Monochromatic Colors of #5A200F
Black with #5A200F
Text Example
Text Example
White with #5A200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A200F; }
p { color: rgb(90,32,15); }
H1.HeaderClassName
{
color: #5A200F;
}
.AnyTagClassName
{
color: #5A200F;
}
</style>
background-color css
<style>
a { background-color: #5A200F; }
a { background-color: rgb(90,32,15); }
div.DivClassName
{
background-color: #5A200F;
}
.BgClassName
{
background-color: #5A200F;
}
</style>
border-color css
<style>
span { border-color: #5A200F; }
span { border-color: rgb(90,32,15); }
td.TdClassName
{
border-color: #5A200F;
}
.TagClassName
{
border-color: #5A200F;
}
</style>