Shades of Rouge #B52D6D
Tints of Rouge #B52D6D
RGB
CMYK
RGB Variations
Color information
#B52D6D (or 0xB52D6D) is known color: Rouge. HEX triplet: B5, 2D and 6D. RGB value is (181,45,109). Sum of RGB (Red+Green+Blue) = 181+45+109=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D6D is #4AD292. Grayscale: #5C5C5C. Windows color (decimal): -4903571 or 7155125. OLE color: 7155125.
HSL color Cylindrical-coordinate representation of color #B52D6D: hue angle of 331.76º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D6D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 109 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.29 |
| HSL | 331.76º | 0.6% | 0.44% | - |
| HSV(B) | 331.76º | 0.75% | 0.71% | - |
| XYZ | 22.75 | 12.8 | 15.74 | - |
| YUV | 92.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 109 | 0 | 0.75 | 0.40 | 0.29 | 331.76 | 0.6 | 0.44 |
| Hex | B5 | 2D | 6D | 0 | 4B | 28 | 1D | 14C | 3C | 2C |
| Octal | 265 | 55 | 155 | 0 | 113 | 50 | 35 | 514 | 74 | 54 |
| Binary | 10110101 | 101101 | 1101101 | 0 | 1001011 | 101000 | 11101 | 101001100 | 111100 | 101100 |
Color Harmonies of #B52D6D
Complementary color
Monochromatic Colors of #B52D6D
Black with #B52D6D
Text Example
Text Example
White with #B52D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D6D; }
p { color: rgb(181,45,109); }
H1.HeaderClassName
{
color: #B52D6D;
}
.AnyTagClassName
{
color: #B52D6D;
}
</style>
background-color css
<style>
a { background-color: #B52D6D; }
a { background-color: rgb(181,45,109); }
div.DivClassName
{
background-color: #B52D6D;
}
.BgClassName
{
background-color: #B52D6D;
}
</style>
border-color css
<style>
span { border-color: #B52D6D; }
span { border-color: rgb(181,45,109); }
td.TdClassName
{
border-color: #B52D6D;
}
.TagClassName
{
border-color: #B52D6D;
}
</style>