Shades of Black Rose #5A293B
Tints of Black Rose #5A293B
RGB
CMYK
RGB Variations
Color information
#5A293B (or 0x5A293B) is known color: Black Rose. HEX triplet: 5A, 29 and 3B. RGB value is (90,41,59). Sum of RGB (Red+Green+Blue) = 90+41+59=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A293B is #A5D6C4. Grayscale: #393939. Windows color (decimal): -10868421 or 3877210. OLE color: 3877210.
HSL color Cylindrical-coordinate representation of color #5A293B: hue angle of 337.96º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A293B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 59 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.65 |
| HSL | 337.96º | 0.37% | 0.26% | - |
| HSV(B) | 337.96º | 0.54% | 0.35% | - |
| XYZ | 5.8 | 4.08 | 4.62 | - |
| YUV | 57.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 59 | 0 | 0.54 | 0.34 | 0.65 | 337.96 | 0.37 | 0.26 |
| Hex | 5A | 29 | 3B | 0 | 36 | 22 | 41 | 152 | 25 | 1A |
| Octal | 132 | 51 | 73 | 0 | 66 | 42 | 101 | 522 | 45 | 32 |
| Binary | 1011010 | 101001 | 111011 | 0 | 110110 | 100010 | 1000001 | 101010010 | 100101 | 11010 |
Color Harmonies of #5A293B
Complementary color
Monochromatic Colors of #5A293B
Black with #5A293B
Text Example
Text Example
White with #5A293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A293B; }
p { color: rgb(90,41,59); }
H1.HeaderClassName
{
color: #5A293B;
}
.AnyTagClassName
{
color: #5A293B;
}
</style>
background-color css
<style>
a { background-color: #5A293B; }
a { background-color: rgb(90,41,59); }
div.DivClassName
{
background-color: #5A293B;
}
.BgClassName
{
background-color: #5A293B;
}
</style>
border-color css
<style>
span { border-color: #5A293B; }
span { border-color: rgb(90,41,59); }
td.TdClassName
{
border-color: #5A293B;
}
.TagClassName
{
border-color: #5A293B;
}
</style>