Shades of Rouge #B53859
Tints of Rouge #B53859
RGB
CMYK
RGB Variations
Color information
#B53859 (or 0xB53859) is known color: Rouge. HEX triplet: B5, 38 and 59. RGB value is (181,56,89). Sum of RGB (Red+Green+Blue) = 181+56+89=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B53859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53859 is #4AC7A6. Grayscale: #616161. Windows color (decimal): -4900775 or 5847221. OLE color: 5847221.
HSL color Cylindrical-coordinate representation of color #B53859: hue angle of 344.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53859 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 89 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.29 |
| HSL | 344.16º | 0.53% | 0.46% | - |
| HSV(B) | 344.16º | 0.69% | 0.71% | - |
| XYZ | 22.27 | 13.37 | 10.86 | - |
| YUV | 97.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 89 | 0 | 0.69 | 0.51 | 0.29 | 344.16 | 0.53 | 0.46 |
| Hex | B5 | 38 | 59 | 0 | 45 | 33 | 1D | 158 | 35 | 2E |
| Octal | 265 | 70 | 131 | 0 | 105 | 63 | 35 | 530 | 65 | 56 |
| Binary | 10110101 | 111000 | 1011001 | 0 | 1000101 | 110011 | 11101 | 101011000 | 110101 | 101110 |
Color Harmonies of #B53859
Complementary color
Monochromatic Colors of #B53859
Black with #B53859
Text Example
Text Example
White with #B53859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53859; }
p { color: rgb(181,56,89); }
H1.HeaderClassName
{
color: #B53859;
}
.AnyTagClassName
{
color: #B53859;
}
</style>
background-color css
<style>
a { background-color: #B53859; }
a { background-color: rgb(181,56,89); }
div.DivClassName
{
background-color: #B53859;
}
.BgClassName
{
background-color: #B53859;
}
</style>
border-color css
<style>
span { border-color: #B53859; }
span { border-color: rgb(181,56,89); }
td.TdClassName
{
border-color: #B53859;
}
.TagClassName
{
border-color: #B53859;
}
</style>