Shades of Rouge #B52D6B
Tints of Rouge #B52D6B
RGB
CMYK
RGB Variations
Color information
#B52D6B (or 0xB52D6B) is known color: Rouge. HEX triplet: B5, 2D and 6B. RGB value is (181,45,107). Sum of RGB (Red+Green+Blue) = 181+45+107=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D6B is #4AD294. Grayscale: #5C5C5C. Windows color (decimal): -4903573 or 7024053. OLE color: 7024053.
HSL color Cylindrical-coordinate representation of color #B52D6B: hue angle of 332.65º 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 #B52D6B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 107 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.29 |
| HSL | 332.65º | 0.6% | 0.44% | - |
| HSV(B) | 332.65º | 0.75% | 0.71% | - |
| XYZ | 22.65 | 12.76 | 15.18 | - |
| YUV | 92.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 107 | 0 | 0.75 | 0.41 | 0.29 | 332.65 | 0.6 | 0.44 |
| Hex | B5 | 2D | 6B | 0 | 4B | 29 | 1D | 14D | 3C | 2C |
| Octal | 265 | 55 | 153 | 0 | 113 | 51 | 35 | 515 | 74 | 54 |
| Binary | 10110101 | 101101 | 1101011 | 0 | 1001011 | 101001 | 11101 | 101001101 | 111100 | 101100 |
Color Harmonies of #B52D6B
Complementary color
Monochromatic Colors of #B52D6B
Black with #B52D6B
Text Example
Text Example
White with #B52D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D6B; }
p { color: rgb(181,45,107); }
H1.HeaderClassName
{
color: #B52D6B;
}
.AnyTagClassName
{
color: #B52D6B;
}
</style>
background-color css
<style>
a { background-color: #B52D6B; }
a { background-color: rgb(181,45,107); }
div.DivClassName
{
background-color: #B52D6B;
}
.BgClassName
{
background-color: #B52D6B;
}
</style>
border-color css
<style>
span { border-color: #B52D6B; }
span { border-color: rgb(181,45,107); }
td.TdClassName
{
border-color: #B52D6B;
}
.TagClassName
{
border-color: #B52D6B;
}
</style>