Shades of Black Rose #5A2839
Tints of Black Rose #5A2839
RGB
CMYK
RGB Variations
Color information
#5A2839 (or 0x5A2839) is known color: Black Rose. HEX triplet: 5A, 28 and 39. RGB value is (90,40,57). Sum of RGB (Red+Green+Blue) = 90+40+57=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2839 is #A5D7C6. Grayscale: #383838. Windows color (decimal): -10868679 or 3745882. OLE color: 3745882.
HSL color Cylindrical-coordinate representation of color #5A2839: hue angle of 339.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A2839 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 57 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.65 |
| HSL | 339.6º | 0.38% | 0.25% | - |
| HSV(B) | 339.6º | 0.56% | 0.35% | - |
| XYZ | 5.71 | 3.99 | 4.34 | - |
| YUV | 56.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 57 | 0 | 0.56 | 0.37 | 0.65 | 339.6 | 0.38 | 0.25 |
| Hex | 5A | 28 | 39 | 0 | 38 | 25 | 41 | 154 | 26 | 19 |
| Octal | 132 | 50 | 71 | 0 | 70 | 45 | 101 | 524 | 46 | 31 |
| Binary | 1011010 | 101000 | 111001 | 0 | 111000 | 100101 | 1000001 | 101010100 | 100110 | 11001 |
Color Harmonies of #5A2839
Complementary color
Monochromatic Colors of #5A2839
Black with #5A2839
Text Example
Text Example
White with #5A2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2839; }
p { color: rgb(90,40,57); }
H1.HeaderClassName
{
color: #5A2839;
}
.AnyTagClassName
{
color: #5A2839;
}
</style>
background-color css
<style>
a { background-color: #5A2839; }
a { background-color: rgb(90,40,57); }
div.DivClassName
{
background-color: #5A2839;
}
.BgClassName
{
background-color: #5A2839;
}
</style>
border-color css
<style>
span { border-color: #5A2839; }
span { border-color: rgb(90,40,57); }
td.TdClassName
{
border-color: #5A2839;
}
.TagClassName
{
border-color: #5A2839;
}
</style>