Shades of Rouge #B53062
Tints of Rouge #B53062
RGB
CMYK
RGB Variations
Color information
#B53062 (or 0xB53062) is known color: Rouge. HEX triplet: B5, 30 and 62. RGB value is (181,48,98). Sum of RGB (Red+Green+Blue) = 181+48+98=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B53062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53062 is #4ACF9D. Grayscale: #5D5D5D. Windows color (decimal): -4902814 or 6434997. OLE color: 6434997.
HSL color Cylindrical-coordinate representation of color #B53062: hue angle of 337.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53062 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 98 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.29 |
| HSL | 337.44º | 0.58% | 0.45% | - |
| HSV(B) | 337.44º | 0.73% | 0.71% | - |
| XYZ | 22.32 | 12.82 | 12.85 | - |
| YUV | 93.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 98 | 0 | 0.73 | 0.46 | 0.29 | 337.44 | 0.58 | 0.45 |
| Hex | B5 | 30 | 62 | 0 | 49 | 2E | 1D | 151 | 3A | 2D |
| Octal | 265 | 60 | 142 | 0 | 111 | 56 | 35 | 521 | 72 | 55 |
| Binary | 10110101 | 110000 | 1100010 | 0 | 1001001 | 101110 | 11101 | 101010001 | 111010 | 101101 |
Color Harmonies of #B53062
Complementary color
Monochromatic Colors of #B53062
Black with #B53062
Text Example
Text Example
White with #B53062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53062; }
p { color: rgb(181,48,98); }
H1.HeaderClassName
{
color: #B53062;
}
.AnyTagClassName
{
color: #B53062;
}
</style>
background-color css
<style>
a { background-color: #B53062; }
a { background-color: rgb(181,48,98); }
div.DivClassName
{
background-color: #B53062;
}
.BgClassName
{
background-color: #B53062;
}
</style>
border-color css
<style>
span { border-color: #B53062; }
span { border-color: rgb(181,48,98); }
td.TdClassName
{
border-color: #B53062;
}
.TagClassName
{
border-color: #B53062;
}
</style>