Shades of Rouge #B5346E
Tints of Rouge #B5346E
RGB
CMYK
RGB Variations
Color information
#B5346E (or 0xB5346E) is known color: Rouge. HEX triplet: B5, 34 and 6E. RGB value is (181,52,110). Sum of RGB (Red+Green+Blue) = 181+52+110=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346E is #4ACB91. Grayscale: #616161. Windows color (decimal): -4901778 or 7222453. OLE color: 7222453.
HSL color Cylindrical-coordinate representation of color #B5346E: hue angle of 333.02º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5346E is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 110 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.29 |
| HSL | 333.02º | 0.55% | 0.46% | - |
| HSV(B) | 333.02º | 0.71% | 0.71% | - |
| XYZ | 23.1 | 13.41 | 16.12 | - |
| YUV | 97.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 110 | 0 | 0.71 | 0.39 | 0.29 | 333.02 | 0.55 | 0.46 |
| Hex | B5 | 34 | 6E | 0 | 47 | 27 | 1D | 14D | 37 | 2E |
| Octal | 265 | 64 | 156 | 0 | 107 | 47 | 35 | 515 | 67 | 56 |
| Binary | 10110101 | 110100 | 1101110 | 0 | 1000111 | 100111 | 11101 | 101001101 | 110111 | 101110 |
Color Harmonies of #B5346E
Complementary color
Monochromatic Colors of #B5346E
Black with #B5346E
Text Example
Text Example
White with #B5346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5346E; }
p { color: rgb(181,52,110); }
H1.HeaderClassName
{
color: #B5346E;
}
.AnyTagClassName
{
color: #B5346E;
}
</style>
background-color css
<style>
a { background-color: #B5346E; }
a { background-color: rgb(181,52,110); }
div.DivClassName
{
background-color: #B5346E;
}
.BgClassName
{
background-color: #B5346E;
}
</style>
border-color css
<style>
span { border-color: #B5346E; }
span { border-color: rgb(181,52,110); }
td.TdClassName
{
border-color: #B5346E;
}
.TagClassName
{
border-color: #B5346E;
}
</style>