Shades of Black Rose #5A2C39
Tints of Black Rose #5A2C39
RGB
CMYK
RGB Variations
Color information
#5A2C39 (or 0x5A2C39) is known color: Black Rose. HEX triplet: 5A, 2C and 39. RGB value is (90,44,57). Sum of RGB (Red+Green+Blue) = 90+44+57=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C39 is #A5D3C6. Grayscale: #3B3B3B. Windows color (decimal): -10867655 or 3746906. OLE color: 3746906.
HSL color Cylindrical-coordinate representation of color #5A2C39: hue angle of 343.04º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A2C39 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 57 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.65 |
| HSL | 343.04º | 0.34% | 0.26% | - |
| HSV(B) | 343.04º | 0.51% | 0.35% | - |
| XYZ | 5.86 | 4.27 | 4.39 | - |
| YUV | 59.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 57 | 0 | 0.51 | 0.37 | 0.65 | 343.04 | 0.34 | 0.26 |
| Hex | 5A | 2C | 39 | 0 | 33 | 25 | 41 | 157 | 22 | 1A |
| Octal | 132 | 54 | 71 | 0 | 63 | 45 | 101 | 527 | 42 | 32 |
| Binary | 1011010 | 101100 | 111001 | 0 | 110011 | 100101 | 1000001 | 101010111 | 100010 | 11010 |
Color Harmonies of #5A2C39
Complementary color
Monochromatic Colors of #5A2C39
Black with #5A2C39
Text Example
Text Example
White with #5A2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C39; }
p { color: rgb(90,44,57); }
H1.HeaderClassName
{
color: #5A2C39;
}
.AnyTagClassName
{
color: #5A2C39;
}
</style>
background-color css
<style>
a { background-color: #5A2C39; }
a { background-color: rgb(90,44,57); }
div.DivClassName
{
background-color: #5A2C39;
}
.BgClassName
{
background-color: #5A2C39;
}
</style>
border-color css
<style>
span { border-color: #5A2C39; }
span { border-color: rgb(90,44,57); }
td.TdClassName
{
border-color: #5A2C39;
}
.TagClassName
{
border-color: #5A2C39;
}
</style>