Shades of Caput Mortuum #5A281B
Tints of Caput Mortuum #5A281B
RGB
CMYK
RGB Variations
Color information
#5A281B (or 0x5A281B) is known color: Caput Mortuum. HEX triplet: 5A, 28 and 1B. RGB value is (90,40,27). Sum of RGB (Red+Green+Blue) = 90+40+27=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A281B is #A5D7E4. Grayscale: #353535. Windows color (decimal): -10868709 or 1779802. OLE color: 1779802.
HSL color Cylindrical-coordinate representation of color #5A281B: hue angle of 12.38º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A281B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 27 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.65 |
| HSL | 12.38º | 0.54% | 0.23% | - |
| HSV(B) | 12.38º | 0.7% | 0.35% | - |
| XYZ | 5.17 | 3.77 | 1.49 | - |
| YUV | 53.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 27 | 0 | 0.56 | 0.70 | 0.65 | 12.38 | 0.54 | 0.23 |
| Hex | 5A | 28 | 1B | 0 | 38 | 46 | 41 | C | 36 | 17 |
| Octal | 132 | 50 | 33 | 0 | 70 | 106 | 101 | 14 | 66 | 27 |
| Binary | 1011010 | 101000 | 11011 | 0 | 111000 | 1000110 | 1000001 | 1100 | 110110 | 10111 |
Color Harmonies of #5A281B
Complementary color
Monochromatic Colors of #5A281B
Black with #5A281B
Text Example
Text Example
White with #5A281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A281B; }
p { color: rgb(90,40,27); }
H1.HeaderClassName
{
color: #5A281B;
}
.AnyTagClassName
{
color: #5A281B;
}
</style>
background-color css
<style>
a { background-color: #5A281B; }
a { background-color: rgb(90,40,27); }
div.DivClassName
{
background-color: #5A281B;
}
.BgClassName
{
background-color: #5A281B;
}
</style>
border-color css
<style>
span { border-color: #5A281B; }
span { border-color: rgb(90,40,27); }
td.TdClassName
{
border-color: #5A281B;
}
.TagClassName
{
border-color: #5A281B;
}
</style>