Shades of Black Rose #5B2635
Tints of Black Rose #5B2635
RGB
CMYK
RGB Variations
Color information
#5B2635 (or 0x5B2635) is known color: Black Rose. HEX triplet: 5B, 26 and 35. RGB value is (91,38,53). Sum of RGB (Red+Green+Blue) = 91+38+53=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2635 is #A4D9CA. Grayscale: #373737. Windows color (decimal): -10803659 or 3483227. OLE color: 3483227.
HSL color Cylindrical-coordinate representation of color #5B2635: hue angle of 343.02º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2635 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 53 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.64 |
| HSL | 343.02º | 0.41% | 0.25% | - |
| HSV(B) | 343.02º | 0.58% | 0.36% | - |
| XYZ | 5.65 | 3.87 | 3.82 | - |
| YUV | 55.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 53 | 0 | 0.58 | 0.42 | 0.64 | 343.02 | 0.41 | 0.25 |
| Hex | 5B | 26 | 35 | 0 | 3A | 2A | 40 | 157 | 29 | 19 |
| Octal | 133 | 46 | 65 | 0 | 72 | 52 | 100 | 527 | 51 | 31 |
| Binary | 1011011 | 100110 | 110101 | 0 | 111010 | 101010 | 1000000 | 101010111 | 101001 | 11001 |
Color Harmonies of #5B2635
Complementary color
Monochromatic Colors of #5B2635
Black with #5B2635
Text Example
Text Example
White with #5B2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2635; }
p { color: rgb(91,38,53); }
H1.HeaderClassName
{
color: #5B2635;
}
.AnyTagClassName
{
color: #5B2635;
}
</style>
background-color css
<style>
a { background-color: #5B2635; }
a { background-color: rgb(91,38,53); }
div.DivClassName
{
background-color: #5B2635;
}
.BgClassName
{
background-color: #5B2635;
}
</style>
border-color css
<style>
span { border-color: #5B2635; }
span { border-color: rgb(91,38,53); }
td.TdClassName
{
border-color: #5B2635;
}
.TagClassName
{
border-color: #5B2635;
}
</style>