Shades of Black Rose #5A2436
Tints of Black Rose #5A2436
RGB
CMYK
RGB Variations
Color information
#5A2436 (or 0x5A2436) is known color: Black Rose. HEX triplet: 5A, 24 and 36. RGB value is (90,36,54). Sum of RGB (Red+Green+Blue) = 90+36+54=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2436 is #A5DBC9. Grayscale: #363636. Windows color (decimal): -10869706 or 3548250. OLE color: 3548250.
HSL color Cylindrical-coordinate representation of color #5A2436: hue angle of 340º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2436 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 54 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.65 |
| HSL | 340º | 0.43% | 0.25% | - |
| HSV(B) | 340º | 0.6% | 0.35% | - |
| XYZ | 5.51 | 3.7 | 3.91 | - |
| YUV | 54.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 54 | 0 | 0.60 | 0.40 | 0.65 | 340 | 0.43 | 0.25 |
| Hex | 5A | 24 | 36 | 0 | 3C | 28 | 41 | 154 | 2B | 19 |
| Octal | 132 | 44 | 66 | 0 | 74 | 50 | 101 | 524 | 53 | 31 |
| Binary | 1011010 | 100100 | 110110 | 0 | 111100 | 101000 | 1000001 | 101010100 | 101011 | 11001 |
Color Harmonies of #5A2436
Complementary color
Monochromatic Colors of #5A2436
Black with #5A2436
Text Example
Text Example
White with #5A2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2436; }
p { color: rgb(90,36,54); }
H1.HeaderClassName
{
color: #5A2436;
}
.AnyTagClassName
{
color: #5A2436;
}
</style>
background-color css
<style>
a { background-color: #5A2436; }
a { background-color: rgb(90,36,54); }
div.DivClassName
{
background-color: #5A2436;
}
.BgClassName
{
background-color: #5A2436;
}
</style>
border-color css
<style>
span { border-color: #5A2436; }
span { border-color: rgb(90,36,54); }
td.TdClassName
{
border-color: #5A2436;
}
.TagClassName
{
border-color: #5A2436;
}
</style>