Shades of Rouge #B53162
Tints of Rouge #B53162
RGB
CMYK
RGB Variations
Color information
#B53162 (or 0xB53162) is known color: Rouge. HEX triplet: B5, 31 and 62. RGB value is (181,49,98). Sum of RGB (Red+Green+Blue) = 181+49+98=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B53162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53162 is #4ACE9D. Grayscale: #5D5D5D. Windows color (decimal): -4902558 or 6435253. OLE color: 6435253.
HSL color Cylindrical-coordinate representation of color #B53162: hue angle of 337.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53162 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 98 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.29 |
| HSL | 337.73º | 0.57% | 0.45% | - |
| HSV(B) | 337.73º | 0.73% | 0.71% | - |
| XYZ | 22.36 | 12.9 | 12.87 | - |
| YUV | 94.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 98 | 0 | 0.73 | 0.46 | 0.29 | 337.73 | 0.57 | 0.45 |
| Hex | B5 | 31 | 62 | 0 | 49 | 2E | 1D | 152 | 39 | 2D |
| Octal | 265 | 61 | 142 | 0 | 111 | 56 | 35 | 522 | 71 | 55 |
| Binary | 10110101 | 110001 | 1100010 | 0 | 1001001 | 101110 | 11101 | 101010010 | 111001 | 101101 |
Color Harmonies of #B53162
Complementary color
Monochromatic Colors of #B53162
Black with #B53162
Text Example
Text Example
White with #B53162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53162; }
p { color: rgb(181,49,98); }
H1.HeaderClassName
{
color: #B53162;
}
.AnyTagClassName
{
color: #B53162;
}
</style>
background-color css
<style>
a { background-color: #B53162; }
a { background-color: rgb(181,49,98); }
div.DivClassName
{
background-color: #B53162;
}
.BgClassName
{
background-color: #B53162;
}
</style>
border-color css
<style>
span { border-color: #B53162; }
span { border-color: rgb(181,49,98); }
td.TdClassName
{
border-color: #B53162;
}
.TagClassName
{
border-color: #B53162;
}
</style>