Shades of Rouge #B52D67
Tints of Rouge #B52D67
RGB
CMYK
RGB Variations
Color information
#B52D67 (or 0xB52D67) is known color: Rouge. HEX triplet: B5, 2D and 67. RGB value is (181,45,103). Sum of RGB (Red+Green+Blue) = 181+45+103=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D67 is #4AD298. Grayscale: #5C5C5C. Windows color (decimal): -4903577 or 6761909. OLE color: 6761909.
HSL color Cylindrical-coordinate representation of color #B52D67: hue angle of 334.41º 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 #B52D67 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 103 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.29 |
| HSL | 334.41º | 0.6% | 0.44% | - |
| HSV(B) | 334.41º | 0.75% | 0.71% | - |
| XYZ | 22.44 | 12.68 | 14.1 | - |
| YUV | 92.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 103 | 0 | 0.75 | 0.43 | 0.29 | 334.41 | 0.6 | 0.44 |
| Hex | B5 | 2D | 67 | 0 | 4B | 2B | 1D | 14E | 3C | 2C |
| Octal | 265 | 55 | 147 | 0 | 113 | 53 | 35 | 516 | 74 | 54 |
| Binary | 10110101 | 101101 | 1100111 | 0 | 1001011 | 101011 | 11101 | 101001110 | 111100 | 101100 |
Color Harmonies of #B52D67
Complementary color
Monochromatic Colors of #B52D67
Black with #B52D67
Text Example
Text Example
White with #B52D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D67; }
p { color: rgb(181,45,103); }
H1.HeaderClassName
{
color: #B52D67;
}
.AnyTagClassName
{
color: #B52D67;
}
</style>
background-color css
<style>
a { background-color: #B52D67; }
a { background-color: rgb(181,45,103); }
div.DivClassName
{
background-color: #B52D67;
}
.BgClassName
{
background-color: #B52D67;
}
</style>
border-color css
<style>
span { border-color: #B52D67; }
span { border-color: rgb(181,45,103); }
td.TdClassName
{
border-color: #B52D67;
}
.TagClassName
{
border-color: #B52D67;
}
</style>