Shades of Rouge #B52E61
Tints of Rouge #B52E61
RGB
CMYK
RGB Variations
Color information
#B52E61 (or 0xB52E61) is known color: Rouge. HEX triplet: B5, 2E and 61. RGB value is (181,46,97). Sum of RGB (Red+Green+Blue) = 181+46+97=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E61 is #4AD19E. Grayscale: #5C5C5C. Windows color (decimal): -4903327 or 6368949. OLE color: 6368949.
HSL color Cylindrical-coordinate representation of color #B52E61: hue angle of 337.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E61 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 97 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.29 |
| HSL | 337.33º | 0.59% | 0.45% | - |
| HSV(B) | 337.33º | 0.75% | 0.71% | - |
| XYZ | 22.19 | 12.64 | 12.58 | - |
| YUV | 92.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 97 | 0 | 0.75 | 0.46 | 0.29 | 337.33 | 0.59 | 0.45 |
| Hex | B5 | 2E | 61 | 0 | 4B | 2E | 1D | 151 | 3B | 2D |
| Octal | 265 | 56 | 141 | 0 | 113 | 56 | 35 | 521 | 73 | 55 |
| Binary | 10110101 | 101110 | 1100001 | 0 | 1001011 | 101110 | 11101 | 101010001 | 111011 | 101101 |
Color Harmonies of #B52E61
Complementary color
Monochromatic Colors of #B52E61
Black with #B52E61
Text Example
Text Example
White with #B52E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E61; }
p { color: rgb(181,46,97); }
H1.HeaderClassName
{
color: #B52E61;
}
.AnyTagClassName
{
color: #B52E61;
}
</style>
background-color css
<style>
a { background-color: #B52E61; }
a { background-color: rgb(181,46,97); }
div.DivClassName
{
background-color: #B52E61;
}
.BgClassName
{
background-color: #B52E61;
}
</style>
border-color css
<style>
span { border-color: #B52E61; }
span { border-color: rgb(181,46,97); }
td.TdClassName
{
border-color: #B52E61;
}
.TagClassName
{
border-color: #B52E61;
}
</style>