Shades of Rouge #B52563
Tints of Rouge #B52563
RGB
CMYK
RGB Variations
Color information
#B52563 (or 0xB52563) is known color: Rouge. HEX triplet: B5, 25 and 63. RGB value is (181,37,99). Sum of RGB (Red+Green+Blue) = 181+37+99=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B52563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52563 is #4ADA9C. Grayscale: #575757. Windows color (decimal): -4905629 or 6497717. OLE color: 6497717.
HSL color Cylindrical-coordinate representation of color #B52563: hue angle of 334.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52563 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 99 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.29 |
| HSL | 334.17º | 0.66% | 0.43% | - |
| HSV(B) | 334.17º | 0.8% | 0.71% | - |
| XYZ | 21.97 | 12.05 | 12.97 | - |
| YUV | 87.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 99 | 0 | 0.80 | 0.45 | 0.29 | 334.17 | 0.66 | 0.43 |
| Hex | B5 | 25 | 63 | 0 | 50 | 2D | 1D | 14E | 42 | 2B |
| Octal | 265 | 45 | 143 | 0 | 120 | 55 | 35 | 516 | 102 | 53 |
| Binary | 10110101 | 100101 | 1100011 | 0 | 1010000 | 101101 | 11101 | 101001110 | 1000010 | 101011 |
Color Harmonies of #B52563
Complementary color
Monochromatic Colors of #B52563
Black with #B52563
Text Example
Text Example
White with #B52563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52563; }
p { color: rgb(181,37,99); }
H1.HeaderClassName
{
color: #B52563;
}
.AnyTagClassName
{
color: #B52563;
}
</style>
background-color css
<style>
a { background-color: #B52563; }
a { background-color: rgb(181,37,99); }
div.DivClassName
{
background-color: #B52563;
}
.BgClassName
{
background-color: #B52563;
}
</style>
border-color css
<style>
span { border-color: #B52563; }
span { border-color: rgb(181,37,99); }
td.TdClassName
{
border-color: #B52563;
}
.TagClassName
{
border-color: #B52563;
}
</style>