Shades of Black Rose #5B2A3C
Tints of Black Rose #5B2A3C
RGB
CMYK
RGB Variations
Color information
#5B2A3C (or 0x5B2A3C) is known color: Black Rose. HEX triplet: 5B, 2A and 3C. RGB value is (91,42,60). Sum of RGB (Red+Green+Blue) = 91+42+60=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2A3C is #A4D5C3. Grayscale: #3A3A3A. Windows color (decimal): -10802628 or 3943003. OLE color: 3943003.
HSL color Cylindrical-coordinate representation of color #5B2A3C: hue angle of 337.96º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B2A3C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 60 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.64 |
| HSL | 337.96º | 0.37% | 0.26% | - |
| HSV(B) | 337.96º | 0.54% | 0.36% | - |
| XYZ | 5.96 | 4.21 | 4.77 | - |
| YUV | 58.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 60 | 0 | 0.54 | 0.34 | 0.64 | 337.96 | 0.37 | 0.26 |
| Hex | 5B | 2A | 3C | 0 | 36 | 22 | 40 | 152 | 25 | 1A |
| Octal | 133 | 52 | 74 | 0 | 66 | 42 | 100 | 522 | 45 | 32 |
| Binary | 1011011 | 101010 | 111100 | 0 | 110110 | 100010 | 1000000 | 101010010 | 100101 | 11010 |
Color Harmonies of #5B2A3C
Complementary color
Monochromatic Colors of #5B2A3C
Black with #5B2A3C
Text Example
Text Example
White with #5B2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A3C; }
p { color: rgb(91,42,60); }
H1.HeaderClassName
{
color: #5B2A3C;
}
.AnyTagClassName
{
color: #5B2A3C;
}
</style>
background-color css
<style>
a { background-color: #5B2A3C; }
a { background-color: rgb(91,42,60); }
div.DivClassName
{
background-color: #5B2A3C;
}
.BgClassName
{
background-color: #5B2A3C;
}
</style>
border-color css
<style>
span { border-color: #5B2A3C; }
span { border-color: rgb(91,42,60); }
td.TdClassName
{
border-color: #5B2A3C;
}
.TagClassName
{
border-color: #5B2A3C;
}
</style>