Shades of Rouge #B5336E
Tints of Rouge #B5336E
RGB
CMYK
RGB Variations
Color information
#B5336E (or 0xB5336E) is known color: Rouge. HEX triplet: B5, 33 and 6E. RGB value is (181,51,110). Sum of RGB (Red+Green+Blue) = 181+51+110=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5336E is #4ACC91. Grayscale: #606060. Windows color (decimal): -4902034 or 7222197. OLE color: 7222197.
HSL color Cylindrical-coordinate representation of color #B5336E: hue angle of 332.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5336E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 110 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.29 |
| HSL | 332.77º | 0.56% | 0.45% | - |
| HSV(B) | 332.77º | 0.72% | 0.71% | - |
| XYZ | 23.05 | 13.32 | 16.11 | - |
| YUV | 96.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 110 | 0 | 0.72 | 0.39 | 0.29 | 332.77 | 0.56 | 0.45 |
| Hex | B5 | 33 | 6E | 0 | 48 | 27 | 1D | 14D | 38 | 2D |
| Octal | 265 | 63 | 156 | 0 | 110 | 47 | 35 | 515 | 70 | 55 |
| Binary | 10110101 | 110011 | 1101110 | 0 | 1001000 | 100111 | 11101 | 101001101 | 111000 | 101101 |
Color Harmonies of #B5336E
Complementary color
Monochromatic Colors of #B5336E
Black with #B5336E
Text Example
Text Example
White with #B5336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5336E; }
p { color: rgb(181,51,110); }
H1.HeaderClassName
{
color: #B5336E;
}
.AnyTagClassName
{
color: #B5336E;
}
</style>
background-color css
<style>
a { background-color: #B5336E; }
a { background-color: rgb(181,51,110); }
div.DivClassName
{
background-color: #B5336E;
}
.BgClassName
{
background-color: #B5336E;
}
</style>
border-color css
<style>
span { border-color: #B5336E; }
span { border-color: rgb(181,51,110); }
td.TdClassName
{
border-color: #B5336E;
}
.TagClassName
{
border-color: #B5336E;
}
</style>