Shades of Caput Mortuum #5A1D09
Tints of Caput Mortuum #5A1D09
RGB
CMYK
RGB Variations
Color information
#5A1D09 (or 0x5A1D09) is known color: Caput Mortuum. HEX triplet: 5A, 1D and 09. RGB value is (90,29,9). Sum of RGB (Red+Green+Blue) = 90+29+9=128 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.31% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D09 is #A5E2F6. Grayscale: #2D2D2D. Windows color (decimal): -10871543 or 597338. OLE color: 597338.
HSL color Cylindrical-coordinate representation of color #5A1D09: hue angle of 14.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1D09 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 29 | 9 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.65 |
| HSL | 14.81º | 0.82% | 0.19% | - |
| HSV(B) | 14.81º | 0.9% | 0.35% | - |
| XYZ | 4.71 | 3.07 | 0.6 | - |
| YUV | 44.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 9 | 0 | 0.68 | 0.9 | 0.65 | 14.81 | 0.82 | 0.19 |
| Hex | 5A | 1D | 9 | 0 | 44 | 5A | 41 | F | 52 | 13 |
| Octal | 132 | 35 | 11 | 0 | 104 | 132 | 101 | 17 | 122 | 23 |
| Binary | 1011010 | 11101 | 1001 | 0 | 1000100 | 1011010 | 1000001 | 1111 | 1010010 | 10011 |
Color Harmonies of #5A1D09
Complementary color
Monochromatic Colors of #5A1D09
Black with #5A1D09
Text Example
Text Example
White with #5A1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D09; }
p { color: rgb(90,29,9); }
H1.HeaderClassName
{
color: #5A1D09;
}
.AnyTagClassName
{
color: #5A1D09;
}
</style>
background-color css
<style>
a { background-color: #5A1D09; }
a { background-color: rgb(90,29,9); }
div.DivClassName
{
background-color: #5A1D09;
}
.BgClassName
{
background-color: #5A1D09;
}
</style>
border-color css
<style>
span { border-color: #5A1D09; }
span { border-color: rgb(90,29,9); }
td.TdClassName
{
border-color: #5A1D09;
}
.TagClassName
{
border-color: #5A1D09;
}
</style>