Shades of Black Rose #5B2A35
Tints of Black Rose #5B2A35
RGB
CMYK
RGB Variations
Color information
#5B2A35 (or 0x5B2A35) is known color: Black Rose. HEX triplet: 5B, 2A and 35. RGB value is (91,42,53). Sum of RGB (Red+Green+Blue) = 91+42+53=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2A35 is #A4D5CA. Grayscale: #393939. Windows color (decimal): -10802635 or 3484251. OLE color: 3484251.
HSL color Cylindrical-coordinate representation of color #5B2A35: hue angle of 346.53º 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 #5B2A35 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 53 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.64 |
| HSL | 346.53º | 0.37% | 0.26% | - |
| HSV(B) | 346.53º | 0.54% | 0.36% | - |
| XYZ | 5.78 | 4.14 | 3.86 | - |
| YUV | 57.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 53 | 0 | 0.54 | 0.42 | 0.64 | 346.53 | 0.37 | 0.26 |
| Hex | 5B | 2A | 35 | 0 | 36 | 2A | 40 | 15B | 25 | 1A |
| Octal | 133 | 52 | 65 | 0 | 66 | 52 | 100 | 533 | 45 | 32 |
| Binary | 1011011 | 101010 | 110101 | 0 | 110110 | 101010 | 1000000 | 101011011 | 100101 | 11010 |
Color Harmonies of #5B2A35
Complementary color
Monochromatic Colors of #5B2A35
Black with #5B2A35
Text Example
Text Example
White with #5B2A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A35; }
p { color: rgb(91,42,53); }
H1.HeaderClassName
{
color: #5B2A35;
}
.AnyTagClassName
{
color: #5B2A35;
}
</style>
background-color css
<style>
a { background-color: #5B2A35; }
a { background-color: rgb(91,42,53); }
div.DivClassName
{
background-color: #5B2A35;
}
.BgClassName
{
background-color: #5B2A35;
}
</style>
border-color css
<style>
span { border-color: #5B2A35; }
span { border-color: rgb(91,42,53); }
td.TdClassName
{
border-color: #5B2A35;
}
.TagClassName
{
border-color: #5B2A35;
}
</style>