Shades of Black Rose #5A1E31
Tints of Black Rose #5A1E31
RGB
CMYK
RGB Variations
Color information
#5A1E31 (or 0x5A1E31) is known color: Black Rose. HEX triplet: 5A, 1E and 31. RGB value is (90,30,49). Sum of RGB (Red+Green+Blue) = 90+30+49=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E31 is #A5E1CE. Grayscale: #323232. Windows color (decimal): -10871247 or 3219034. OLE color: 3219034.
HSL color Cylindrical-coordinate representation of color #5A1E31: hue angle of 341º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E31 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 49 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.65 |
| HSL | 341º | 0.5% | 0.24% | - |
| HSV(B) | 341º | 0.67% | 0.35% | - |
| XYZ | 5.24 | 3.32 | 3.27 | - |
| YUV | 50.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 49 | 0 | 0.67 | 0.46 | 0.65 | 341 | 0.5 | 0.24 |
| Hex | 5A | 1E | 31 | 0 | 43 | 2E | 41 | 155 | 32 | 18 |
| Octal | 132 | 36 | 61 | 0 | 103 | 56 | 101 | 525 | 62 | 30 |
| Binary | 1011010 | 11110 | 110001 | 0 | 1000011 | 101110 | 1000001 | 101010101 | 110010 | 11000 |
Color Harmonies of #5A1E31
Complementary color
Monochromatic Colors of #5A1E31
Black with #5A1E31
Text Example
Text Example
White with #5A1E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E31; }
p { color: rgb(90,30,49); }
H1.HeaderClassName
{
color: #5A1E31;
}
.AnyTagClassName
{
color: #5A1E31;
}
</style>
background-color css
<style>
a { background-color: #5A1E31; }
a { background-color: rgb(90,30,49); }
div.DivClassName
{
background-color: #5A1E31;
}
.BgClassName
{
background-color: #5A1E31;
}
</style>
border-color css
<style>
span { border-color: #5A1E31; }
span { border-color: rgb(90,30,49); }
td.TdClassName
{
border-color: #5A1E31;
}
.TagClassName
{
border-color: #5A1E31;
}
</style>