Shades of Black Rose #5B2B3C
Tints of Black Rose #5B2B3C
RGB
CMYK
RGB Variations
Color information
#5B2B3C (or 0x5B2B3C) is known color: Black Rose. HEX triplet: 5B, 2B and 3C. RGB value is (91,43,60). Sum of RGB (Red+Green+Blue) = 91+43+60=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2B3C is #A4D4C3. Grayscale: #3B3B3B. Windows color (decimal): -10802372 or 3943259. OLE color: 3943259.
HSL color Cylindrical-coordinate representation of color #5B2B3C: hue angle of 338.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B2B3C is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 43 | 60 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.64 |
| HSL | 338.75º | 0.36% | 0.26% | - |
| HSV(B) | 338.75º | 0.53% | 0.36% | - |
| XYZ | 5.99 | 4.28 | 4.78 | - |
| YUV | 59.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 60 | 0 | 0.53 | 0.34 | 0.64 | 338.75 | 0.36 | 0.26 |
| Hex | 5B | 2B | 3C | 0 | 35 | 22 | 40 | 153 | 24 | 1A |
| Octal | 133 | 53 | 74 | 0 | 65 | 42 | 100 | 523 | 44 | 32 |
| Binary | 1011011 | 101011 | 111100 | 0 | 110101 | 100010 | 1000000 | 101010011 | 100100 | 11010 |
Color Harmonies of #5B2B3C
Complementary color
Monochromatic Colors of #5B2B3C
Black with #5B2B3C
Text Example
Text Example
White with #5B2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2B3C; }
p { color: rgb(91,43,60); }
H1.HeaderClassName
{
color: #5B2B3C;
}
.AnyTagClassName
{
color: #5B2B3C;
}
</style>
background-color css
<style>
a { background-color: #5B2B3C; }
a { background-color: rgb(91,43,60); }
div.DivClassName
{
background-color: #5B2B3C;
}
.BgClassName
{
background-color: #5B2B3C;
}
</style>
border-color css
<style>
span { border-color: #5B2B3C; }
span { border-color: rgb(91,43,60); }
td.TdClassName
{
border-color: #5B2B3C;
}
.TagClassName
{
border-color: #5B2B3C;
}
</style>