Shades of Caput Mortuum #5A1A04
Tints of Caput Mortuum #5A1A04
RGB
CMYK
RGB Variations
Color information
#5A1A04 (or 0x5A1A04) is known color: Caput Mortuum. HEX triplet: 5A, 1A and 04. RGB value is (90,26,4). Sum of RGB (Red+Green+Blue) = 90+26+4=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1A04 is #A5E5FB. Grayscale: #2A2A2A. Windows color (decimal): -10872316 or 268890. OLE color: 268890.
HSL color Cylindrical-coordinate representation of color #5A1A04: hue angle of 15.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A1A04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 4 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.65 |
| HSL | 15.35º | 0.91% | 0.18% | - |
| HSV(B) | 15.35º | 0.96% | 0.35% | - |
| XYZ | 4.61 | 2.92 | 0.44 | - |
| YUV | 42.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 4 | 0 | 0.71 | 0.96 | 0.65 | 15.35 | 0.91 | 0.18 |
| Hex | 5A | 1A | 4 | 0 | 47 | 60 | 41 | F | 5B | 12 |
| Octal | 132 | 32 | 4 | 0 | 107 | 140 | 101 | 17 | 133 | 22 |
| Binary | 1011010 | 11010 | 100 | 0 | 1000111 | 1100000 | 1000001 | 1111 | 1011011 | 10010 |
Color Harmonies of #5A1A04
Complementary color
Monochromatic Colors of #5A1A04
Black with #5A1A04
Text Example
Text Example
White with #5A1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A04; }
p { color: rgb(90,26,4); }
H1.HeaderClassName
{
color: #5A1A04;
}
.AnyTagClassName
{
color: #5A1A04;
}
</style>
background-color css
<style>
a { background-color: #5A1A04; }
a { background-color: rgb(90,26,4); }
div.DivClassName
{
background-color: #5A1A04;
}
.BgClassName
{
background-color: #5A1A04;
}
</style>
border-color css
<style>
span { border-color: #5A1A04; }
span { border-color: rgb(90,26,4); }
td.TdClassName
{
border-color: #5A1A04;
}
.TagClassName
{
border-color: #5A1A04;
}
</style>