Shades of Rouge #B52E6D
Tints of Rouge #B52E6D
RGB
CMYK
RGB Variations
Color information
#B52E6D (or 0xB52E6D) is known color: Rouge. HEX triplet: B5, 2E and 6D. RGB value is (181,46,109). Sum of RGB (Red+Green+Blue) = 181+46+109=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E6D is #4AD192. Grayscale: #5D5D5D. Windows color (decimal): -4903315 or 7155381. OLE color: 7155381.
HSL color Cylindrical-coordinate representation of color #B52E6D: hue angle of 332º 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 #B52E6D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 109 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.29 |
| HSL | 332º | 0.59% | 0.45% | - |
| HSV(B) | 332º | 0.75% | 0.71% | - |
| XYZ | 22.79 | 12.88 | 15.75 | - |
| YUV | 93.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 109 | 0 | 0.75 | 0.40 | 0.29 | 332 | 0.59 | 0.45 |
| Hex | B5 | 2E | 6D | 0 | 4B | 28 | 1D | 14C | 3B | 2D |
| Octal | 265 | 56 | 155 | 0 | 113 | 50 | 35 | 514 | 73 | 55 |
| Binary | 10110101 | 101110 | 1101101 | 0 | 1001011 | 101000 | 11101 | 101001100 | 111011 | 101101 |
Color Harmonies of #B52E6D
Complementary color
Monochromatic Colors of #B52E6D
Black with #B52E6D
Text Example
Text Example
White with #B52E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E6D; }
p { color: rgb(181,46,109); }
H1.HeaderClassName
{
color: #B52E6D;
}
.AnyTagClassName
{
color: #B52E6D;
}
</style>
background-color css
<style>
a { background-color: #B52E6D; }
a { background-color: rgb(181,46,109); }
div.DivClassName
{
background-color: #B52E6D;
}
.BgClassName
{
background-color: #B52E6D;
}
</style>
border-color css
<style>
span { border-color: #B52E6D; }
span { border-color: rgb(181,46,109); }
td.TdClassName
{
border-color: #B52E6D;
}
.TagClassName
{
border-color: #B52E6D;
}
</style>