Shades of Rouge #B52E6E
Tints of Rouge #B52E6E
RGB
CMYK
RGB Variations
Color information
#B52E6E (or 0xB52E6E) is known color: Rouge. HEX triplet: B5, 2E and 6E. RGB value is (181,46,110). Sum of RGB (Red+Green+Blue) = 181+46+110=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E6E is #4AD191. Grayscale: #5D5D5D. Windows color (decimal): -4903314 or 7220917. OLE color: 7220917.
HSL color Cylindrical-coordinate representation of color #B52E6E: hue angle of 331.56º 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 #B52E6E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 110 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.29 |
| HSL | 331.56º | 0.59% | 0.45% | - |
| HSV(B) | 331.56º | 0.75% | 0.71% | - |
| XYZ | 22.85 | 12.9 | 16.04 | - |
| YUV | 93.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 110 | 0 | 0.75 | 0.39 | 0.29 | 331.56 | 0.59 | 0.45 |
| Hex | B5 | 2E | 6E | 0 | 4B | 27 | 1D | 14C | 3B | 2D |
| Octal | 265 | 56 | 156 | 0 | 113 | 47 | 35 | 514 | 73 | 55 |
| Binary | 10110101 | 101110 | 1101110 | 0 | 1001011 | 100111 | 11101 | 101001100 | 111011 | 101101 |
Color Harmonies of #B52E6E
Complementary color
Monochromatic Colors of #B52E6E
Black with #B52E6E
Text Example
Text Example
White with #B52E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E6E; }
p { color: rgb(181,46,110); }
H1.HeaderClassName
{
color: #B52E6E;
}
.AnyTagClassName
{
color: #B52E6E;
}
</style>
background-color css
<style>
a { background-color: #B52E6E; }
a { background-color: rgb(181,46,110); }
div.DivClassName
{
background-color: #B52E6E;
}
.BgClassName
{
background-color: #B52E6E;
}
</style>
border-color css
<style>
span { border-color: #B52E6E; }
span { border-color: rgb(181,46,110); }
td.TdClassName
{
border-color: #B52E6E;
}
.TagClassName
{
border-color: #B52E6E;
}
</style>