Shades of Caput Mortuum #5A281C
Tints of Caput Mortuum #5A281C
RGB
CMYK
RGB Variations
Color information
#5A281C (or 0x5A281C) is known color: Caput Mortuum. HEX triplet: 5A, 28 and 1C. RGB value is (90,40,28). Sum of RGB (Red+Green+Blue) = 90+40+28=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A281C is #A5D7E3. Grayscale: #353535. Windows color (decimal): -10868708 or 1845338. OLE color: 1845338.
HSL color Cylindrical-coordinate representation of color #5A281C: hue angle of 11.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A281C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 28 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.65 |
| HSL | 11.61º | 0.53% | 0.23% | - |
| HSV(B) | 11.61º | 0.69% | 0.35% | - |
| XYZ | 5.18 | 3.78 | 1.55 | - |
| YUV | 53.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 28 | 0 | 0.56 | 0.69 | 0.65 | 11.61 | 0.53 | 0.23 |
| Hex | 5A | 28 | 1C | 0 | 38 | 45 | 41 | C | 35 | 17 |
| Octal | 132 | 50 | 34 | 0 | 70 | 105 | 101 | 14 | 65 | 27 |
| Binary | 1011010 | 101000 | 11100 | 0 | 111000 | 1000101 | 1000001 | 1100 | 110101 | 10111 |
Color Harmonies of #5A281C
Complementary color
Monochromatic Colors of #5A281C
Black with #5A281C
Text Example
Text Example
White with #5A281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A281C; }
p { color: rgb(90,40,28); }
H1.HeaderClassName
{
color: #5A281C;
}
.AnyTagClassName
{
color: #5A281C;
}
</style>
background-color css
<style>
a { background-color: #5A281C; }
a { background-color: rgb(90,40,28); }
div.DivClassName
{
background-color: #5A281C;
}
.BgClassName
{
background-color: #5A281C;
}
</style>
border-color css
<style>
span { border-color: #5A281C; }
span { border-color: rgb(90,40,28); }
td.TdClassName
{
border-color: #5A281C;
}
.TagClassName
{
border-color: #5A281C;
}
</style>