Shades of Caput Mortuum #5A271C
Tints of Caput Mortuum #5A271C
RGB
CMYK
RGB Variations
Color information
#5A271C (or 0x5A271C) is known color: Caput Mortuum. HEX triplet: 5A, 27 and 1C. RGB value is (90,39,28). Sum of RGB (Red+Green+Blue) = 90+39+28=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A271C is #A5D8E3. Grayscale: #353535. Windows color (decimal): -10868964 or 1845082. OLE color: 1845082.
HSL color Cylindrical-coordinate representation of color #5A271C: hue angle of 10.65º 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 #5A271C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 39 | 28 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.65 |
| HSL | 10.65º | 0.53% | 0.23% | - |
| HSV(B) | 10.65º | 0.69% | 0.35% | - |
| XYZ | 5.15 | 3.71 | 1.54 | - |
| YUV | 53 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 28 | 0 | 0.57 | 0.69 | 0.65 | 10.65 | 0.53 | 0.23 |
| Hex | 5A | 27 | 1C | 0 | 39 | 45 | 41 | B | 35 | 17 |
| Octal | 132 | 47 | 34 | 0 | 71 | 105 | 101 | 13 | 65 | 27 |
| Binary | 1011010 | 100111 | 11100 | 0 | 111001 | 1000101 | 1000001 | 1011 | 110101 | 10111 |
Color Harmonies of #5A271C
Complementary color
Monochromatic Colors of #5A271C
Black with #5A271C
Text Example
Text Example
White with #5A271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A271C; }
p { color: rgb(90,39,28); }
H1.HeaderClassName
{
color: #5A271C;
}
.AnyTagClassName
{
color: #5A271C;
}
</style>
background-color css
<style>
a { background-color: #5A271C; }
a { background-color: rgb(90,39,28); }
div.DivClassName
{
background-color: #5A271C;
}
.BgClassName
{
background-color: #5A271C;
}
</style>
border-color css
<style>
span { border-color: #5A271C; }
span { border-color: rgb(90,39,28); }
td.TdClassName
{
border-color: #5A271C;
}
.TagClassName
{
border-color: #5A271C;
}
</style>