Shades of Black Rose #5A2B36
Tints of Black Rose #5A2B36
RGB
CMYK
RGB Variations
Color information
#5A2B36 (or 0x5A2B36) is known color: Black Rose. HEX triplet: 5A, 2B and 36. RGB value is (90,43,54). Sum of RGB (Red+Green+Blue) = 90+43+54=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B36 is #A5D4C9. Grayscale: #3A3A3A. Windows color (decimal): -10867914 or 3550042. OLE color: 3550042.
HSL color Cylindrical-coordinate representation of color #5A2B36: hue angle of 345.96º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B36 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 43 | 54 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.65 |
| HSL | 345.96º | 0.35% | 0.26% | - |
| HSV(B) | 345.96º | 0.52% | 0.35% | - |
| XYZ | 5.75 | 4.17 | 3.99 | - |
| YUV | 58.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 54 | 0 | 0.52 | 0.40 | 0.65 | 345.96 | 0.35 | 0.26 |
| Hex | 5A | 2B | 36 | 0 | 34 | 28 | 41 | 15A | 23 | 1A |
| Octal | 132 | 53 | 66 | 0 | 64 | 50 | 101 | 532 | 43 | 32 |
| Binary | 1011010 | 101011 | 110110 | 0 | 110100 | 101000 | 1000001 | 101011010 | 100011 | 11010 |
Color Harmonies of #5A2B36
Complementary color
Monochromatic Colors of #5A2B36
Black with #5A2B36
Text Example
Text Example
White with #5A2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B36; }
p { color: rgb(90,43,54); }
H1.HeaderClassName
{
color: #5A2B36;
}
.AnyTagClassName
{
color: #5A2B36;
}
</style>
background-color css
<style>
a { background-color: #5A2B36; }
a { background-color: rgb(90,43,54); }
div.DivClassName
{
background-color: #5A2B36;
}
.BgClassName
{
background-color: #5A2B36;
}
</style>
border-color css
<style>
span { border-color: #5A2B36; }
span { border-color: rgb(90,43,54); }
td.TdClassName
{
border-color: #5A2B36;
}
.TagClassName
{
border-color: #5A2B36;
}
</style>