Shades of Rouge #B53959
Tints of Rouge #B53959
RGB
CMYK
RGB Variations
Color information
#B53959 (or 0xB53959) is known color: Rouge. HEX triplet: B5, 39 and 59. RGB value is (181,57,89). Sum of RGB (Red+Green+Blue) = 181+57+89=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B53959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53959 is #4AC6A6. Grayscale: #616161. Windows color (decimal): -4900519 or 5847477. OLE color: 5847477.
HSL color Cylindrical-coordinate representation of color #B53959: hue angle of 344.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53959 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 89 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.29 |
| HSL | 344.52º | 0.52% | 0.47% | - |
| HSV(B) | 344.52º | 0.69% | 0.71% | - |
| XYZ | 22.32 | 13.47 | 10.87 | - |
| YUV | 97.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 89 | 0 | 0.69 | 0.51 | 0.29 | 344.52 | 0.52 | 0.47 |
| Hex | B5 | 39 | 59 | 0 | 45 | 33 | 1D | 159 | 34 | 2F |
| Octal | 265 | 71 | 131 | 0 | 105 | 63 | 35 | 531 | 64 | 57 |
| Binary | 10110101 | 111001 | 1011001 | 0 | 1000101 | 110011 | 11101 | 101011001 | 110100 | 101111 |
Color Harmonies of #B53959
Complementary color
Monochromatic Colors of #B53959
Black with #B53959
Text Example
Text Example
White with #B53959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53959; }
p { color: rgb(181,57,89); }
H1.HeaderClassName
{
color: #B53959;
}
.AnyTagClassName
{
color: #B53959;
}
</style>
background-color css
<style>
a { background-color: #B53959; }
a { background-color: rgb(181,57,89); }
div.DivClassName
{
background-color: #B53959;
}
.BgClassName
{
background-color: #B53959;
}
</style>
border-color css
<style>
span { border-color: #B53959; }
span { border-color: rgb(181,57,89); }
td.TdClassName
{
border-color: #B53959;
}
.TagClassName
{
border-color: #B53959;
}
</style>