Shades of Black Rose #5A2531
Tints of Black Rose #5A2531
RGB
CMYK
RGB Variations
Color information
#5A2531 (or 0x5A2531) is known color: Black Rose. HEX triplet: 5A, 25 and 31. RGB value is (90,37,49). Sum of RGB (Red+Green+Blue) = 90+37+49=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2531 is #A5DACE. Grayscale: #363636. Windows color (decimal): -10869455 or 3220826. OLE color: 3220826.
HSL color Cylindrical-coordinate representation of color #5A2531: hue angle of 346.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2531 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 49 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.65 |
| HSL | 346.42º | 0.42% | 0.25% | - |
| HSV(B) | 346.42º | 0.59% | 0.35% | - |
| XYZ | 5.43 | 3.72 | 3.34 | - |
| YUV | 54.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 49 | 0 | 0.59 | 0.46 | 0.65 | 346.42 | 0.42 | 0.25 |
| Hex | 5A | 25 | 31 | 0 | 3B | 2E | 41 | 15A | 2A | 19 |
| Octal | 132 | 45 | 61 | 0 | 73 | 56 | 101 | 532 | 52 | 31 |
| Binary | 1011010 | 100101 | 110001 | 0 | 111011 | 101110 | 1000001 | 101011010 | 101010 | 11001 |
Color Harmonies of #5A2531
Complementary color
Monochromatic Colors of #5A2531
Black with #5A2531
Text Example
Text Example
White with #5A2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2531; }
p { color: rgb(90,37,49); }
H1.HeaderClassName
{
color: #5A2531;
}
.AnyTagClassName
{
color: #5A2531;
}
</style>
background-color css
<style>
a { background-color: #5A2531; }
a { background-color: rgb(90,37,49); }
div.DivClassName
{
background-color: #5A2531;
}
.BgClassName
{
background-color: #5A2531;
}
</style>
border-color css
<style>
span { border-color: #5A2531; }
span { border-color: rgb(90,37,49); }
td.TdClassName
{
border-color: #5A2531;
}
.TagClassName
{
border-color: #5A2531;
}
</style>