Shades of Black Rose #5A1531
Tints of Black Rose #5A1531
RGB
CMYK
RGB Variations
Color information
#5A1531 (or 0x5A1531) is known color: Black Rose. HEX triplet: 5A, 15 and 31. RGB value is (90,21,49). Sum of RGB (Red+Green+Blue) = 90+21+49=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1531 is #A5EACE. Grayscale: #2C2C2C. Windows color (decimal): -10873551 or 3216730. OLE color: 3216730.
HSL color Cylindrical-coordinate representation of color #5A1531: hue angle of 335.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1531 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 49 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.65 |
| HSL | 335.65º | 0.62% | 0.22% | - |
| HSV(B) | 335.65º | 0.77% | 0.35% | - |
| XYZ | 5.04 | 2.93 | 3.21 | - |
| YUV | 44.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 49 | 0 | 0.77 | 0.46 | 0.65 | 335.65 | 0.62 | 0.22 |
| Hex | 5A | 15 | 31 | 0 | 4D | 2E | 41 | 150 | 3E | 16 |
| Octal | 132 | 25 | 61 | 0 | 115 | 56 | 101 | 520 | 76 | 26 |
| Binary | 1011010 | 10101 | 110001 | 0 | 1001101 | 101110 | 1000001 | 101010000 | 111110 | 10110 |
Color Harmonies of #5A1531
Complementary color
Monochromatic Colors of #5A1531
Black with #5A1531
Text Example
Text Example
White with #5A1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1531; }
p { color: rgb(90,21,49); }
H1.HeaderClassName
{
color: #5A1531;
}
.AnyTagClassName
{
color: #5A1531;
}
</style>
background-color css
<style>
a { background-color: #5A1531; }
a { background-color: rgb(90,21,49); }
div.DivClassName
{
background-color: #5A1531;
}
.BgClassName
{
background-color: #5A1531;
}
</style>
border-color css
<style>
span { border-color: #5A1531; }
span { border-color: rgb(90,21,49); }
td.TdClassName
{
border-color: #5A1531;
}
.TagClassName
{
border-color: #5A1531;
}
</style>