Shades of Rouge #B52F61
Tints of Rouge #B52F61
RGB
CMYK
RGB Variations
Color information
#B52F61 (or 0xB52F61) is known color: Rouge. HEX triplet: B5, 2F and 61. RGB value is (181,47,97). Sum of RGB (Red+Green+Blue) = 181+47+97=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F61 is #4AD09E. Grayscale: #5C5C5C. Windows color (decimal): -4903071 or 6369205. OLE color: 6369205.
HSL color Cylindrical-coordinate representation of color #B52F61: hue angle of 337.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F61 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 97 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.29 |
| HSL | 337.61º | 0.59% | 0.45% | - |
| HSV(B) | 337.61º | 0.74% | 0.71% | - |
| XYZ | 22.23 | 12.72 | 12.59 | - |
| YUV | 92.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 97 | 0 | 0.74 | 0.46 | 0.29 | 337.61 | 0.59 | 0.45 |
| Hex | B5 | 2F | 61 | 0 | 4A | 2E | 1D | 152 | 3B | 2D |
| Octal | 265 | 57 | 141 | 0 | 112 | 56 | 35 | 522 | 73 | 55 |
| Binary | 10110101 | 101111 | 1100001 | 0 | 1001010 | 101110 | 11101 | 101010010 | 111011 | 101101 |
Color Harmonies of #B52F61
Complementary color
Monochromatic Colors of #B52F61
Black with #B52F61
Text Example
Text Example
White with #B52F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F61; }
p { color: rgb(181,47,97); }
H1.HeaderClassName
{
color: #B52F61;
}
.AnyTagClassName
{
color: #B52F61;
}
</style>
background-color css
<style>
a { background-color: #B52F61; }
a { background-color: rgb(181,47,97); }
div.DivClassName
{
background-color: #B52F61;
}
.BgClassName
{
background-color: #B52F61;
}
</style>
border-color css
<style>
span { border-color: #B52F61; }
span { border-color: rgb(181,47,97); }
td.TdClassName
{
border-color: #B52F61;
}
.TagClassName
{
border-color: #B52F61;
}
</style>