Shades of Rouge #B52E6B
Tints of Rouge #B52E6B
RGB
CMYK
RGB Variations
Color information
#B52E6B (or 0xB52E6B) is known color: Rouge. HEX triplet: B5, 2E and 6B. RGB value is (181,46,107). Sum of RGB (Red+Green+Blue) = 181+46+107=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E6B is #4AD194. Grayscale: #5D5D5D. Windows color (decimal): -4903317 or 7024309. OLE color: 7024309.
HSL color Cylindrical-coordinate representation of color #B52E6B: hue angle of 332.89º 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 #B52E6B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 107 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.29 |
| HSL | 332.89º | 0.59% | 0.45% | - |
| HSV(B) | 332.89º | 0.75% | 0.71% | - |
| XYZ | 22.69 | 12.84 | 15.19 | - |
| YUV | 93.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 107 | 0 | 0.75 | 0.41 | 0.29 | 332.89 | 0.59 | 0.45 |
| Hex | B5 | 2E | 6B | 0 | 4B | 29 | 1D | 14D | 3B | 2D |
| Octal | 265 | 56 | 153 | 0 | 113 | 51 | 35 | 515 | 73 | 55 |
| Binary | 10110101 | 101110 | 1101011 | 0 | 1001011 | 101001 | 11101 | 101001101 | 111011 | 101101 |
Color Harmonies of #B52E6B
Complementary color
Monochromatic Colors of #B52E6B
Black with #B52E6B
Text Example
Text Example
White with #B52E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E6B; }
p { color: rgb(181,46,107); }
H1.HeaderClassName
{
color: #B52E6B;
}
.AnyTagClassName
{
color: #B52E6B;
}
</style>
background-color css
<style>
a { background-color: #B52E6B; }
a { background-color: rgb(181,46,107); }
div.DivClassName
{
background-color: #B52E6B;
}
.BgClassName
{
background-color: #B52E6B;
}
</style>
border-color css
<style>
span { border-color: #B52E6B; }
span { border-color: rgb(181,46,107); }
td.TdClassName
{
border-color: #B52E6B;
}
.TagClassName
{
border-color: #B52E6B;
}
</style>