Shades of Caput Mortuum #5A2620
Tints of Caput Mortuum #5A2620
RGB
CMYK
RGB Variations
Color information
#5A2620 (or 0x5A2620) is known color: Caput Mortuum. HEX triplet: 5A, 26 and 20. RGB value is (90,38,32). Sum of RGB (Red+Green+Blue) = 90+38+32=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2620 is #A5D9DF. Grayscale: #343434. Windows color (decimal): -10869216 or 2106970. OLE color: 2106970.
HSL color Cylindrical-coordinate representation of color #5A2620: hue angle of 6.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2620 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 32 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.65 |
| HSL | 6.21º | 0.48% | 0.24% | - |
| HSV(B) | 6.21º | 0.64% | 0.35% | - |
| XYZ | 5.17 | 3.66 | 1.8 | - |
| YUV | 52.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 32 | 0 | 0.58 | 0.64 | 0.65 | 6.21 | 0.48 | 0.24 |
| Hex | 5A | 26 | 20 | 0 | 3A | 40 | 41 | 6 | 30 | 18 |
| Octal | 132 | 46 | 40 | 0 | 72 | 100 | 101 | 6 | 60 | 30 |
| Binary | 1011010 | 100110 | 100000 | 0 | 111010 | 1000000 | 1000001 | 110 | 110000 | 11000 |
Color Harmonies of #5A2620
Complementary color
Monochromatic Colors of #5A2620
Black with #5A2620
Text Example
Text Example
White with #5A2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2620; }
p { color: rgb(90,38,32); }
H1.HeaderClassName
{
color: #5A2620;
}
.AnyTagClassName
{
color: #5A2620;
}
</style>
background-color css
<style>
a { background-color: #5A2620; }
a { background-color: rgb(90,38,32); }
div.DivClassName
{
background-color: #5A2620;
}
.BgClassName
{
background-color: #5A2620;
}
</style>
border-color css
<style>
span { border-color: #5A2620; }
span { border-color: rgb(90,38,32); }
td.TdClassName
{
border-color: #5A2620;
}
.TagClassName
{
border-color: #5A2620;
}
</style>