Shades of Black Rose #5A2935
Tints of Black Rose #5A2935
RGB
CMYK
RGB Variations
Color information
#5A2935 (or 0x5A2935) is known color: Black Rose. HEX triplet: 5A, 29 and 35. RGB value is (90,41,53). Sum of RGB (Red+Green+Blue) = 90+41+53=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2935 is #A5D6CA. Grayscale: #393939. Windows color (decimal): -10868427 or 3483994. OLE color: 3483994.
HSL color Cylindrical-coordinate representation of color #5A2935: hue angle of 345.31º 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 #5A2935 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 53 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.65 |
| HSL | 345.31º | 0.37% | 0.26% | - |
| HSV(B) | 345.31º | 0.54% | 0.35% | - |
| XYZ | 5.65 | 4.02 | 3.85 | - |
| YUV | 57.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 53 | 0 | 0.54 | 0.41 | 0.65 | 345.31 | 0.37 | 0.26 |
| Hex | 5A | 29 | 35 | 0 | 36 | 29 | 41 | 159 | 25 | 1A |
| Octal | 132 | 51 | 65 | 0 | 66 | 51 | 101 | 531 | 45 | 32 |
| Binary | 1011010 | 101001 | 110101 | 0 | 110110 | 101001 | 1000001 | 101011001 | 100101 | 11010 |
Color Harmonies of #5A2935
Complementary color
Monochromatic Colors of #5A2935
Black with #5A2935
Text Example
Text Example
White with #5A2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2935; }
p { color: rgb(90,41,53); }
H1.HeaderClassName
{
color: #5A2935;
}
.AnyTagClassName
{
color: #5A2935;
}
</style>
background-color css
<style>
a { background-color: #5A2935; }
a { background-color: rgb(90,41,53); }
div.DivClassName
{
background-color: #5A2935;
}
.BgClassName
{
background-color: #5A2935;
}
</style>
border-color css
<style>
span { border-color: #5A2935; }
span { border-color: rgb(90,41,53); }
td.TdClassName
{
border-color: #5A2935;
}
.TagClassName
{
border-color: #5A2935;
}
</style>