Shades of Rouge #B5346C
Tints of Rouge #B5346C
RGB
CMYK
RGB Variations
Color information
#B5346C (or 0xB5346C) is known color: Rouge. HEX triplet: B5, 34 and 6C. RGB value is (181,52,108). Sum of RGB (Red+Green+Blue) = 181+52+108=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346C is #4ACB93. Grayscale: #606060. Windows color (decimal): -4901780 or 7091381. OLE color: 7091381.
HSL color Cylindrical-coordinate representation of color #B5346C: hue angle of 333.95º 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 #B5346C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 108 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.29 |
| HSL | 333.95º | 0.55% | 0.46% | - |
| HSV(B) | 333.95º | 0.71% | 0.71% | - |
| XYZ | 22.99 | 13.36 | 15.55 | - |
| YUV | 96.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 108 | 0 | 0.71 | 0.40 | 0.29 | 333.95 | 0.55 | 0.46 |
| Hex | B5 | 34 | 6C | 0 | 47 | 28 | 1D | 14E | 37 | 2E |
| Octal | 265 | 64 | 154 | 0 | 107 | 50 | 35 | 516 | 67 | 56 |
| Binary | 10110101 | 110100 | 1101100 | 0 | 1000111 | 101000 | 11101 | 101001110 | 110111 | 101110 |
Color Harmonies of #B5346C
Complementary color
Monochromatic Colors of #B5346C
Black with #B5346C
Text Example
Text Example
White with #B5346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5346C; }
p { color: rgb(181,52,108); }
H1.HeaderClassName
{
color: #B5346C;
}
.AnyTagClassName
{
color: #B5346C;
}
</style>
background-color css
<style>
a { background-color: #B5346C; }
a { background-color: rgb(181,52,108); }
div.DivClassName
{
background-color: #B5346C;
}
.BgClassName
{
background-color: #B5346C;
}
</style>
border-color css
<style>
span { border-color: #B5346C; }
span { border-color: rgb(181,52,108); }
td.TdClassName
{
border-color: #B5346C;
}
.TagClassName
{
border-color: #B5346C;
}
</style>