Shades of Rouge #B5335C
Tints of Rouge #B5335C
RGB
CMYK
RGB Variations
Color information
#B5335C (or 0xB5335C) is known color: Rouge. HEX triplet: B5, 33 and 5C. RGB value is (181,51,92). Sum of RGB (Red+Green+Blue) = 181+51+92=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335C is #4ACCA3. Grayscale: #5E5E5E. Windows color (decimal): -4902052 or 6042549. OLE color: 6042549.
HSL color Cylindrical-coordinate representation of color #B5335C: hue angle of 341.08º 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 #B5335C is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 92 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.29 |
| HSL | 341.08º | 0.56% | 0.45% | - |
| HSV(B) | 341.08º | 0.72% | 0.71% | - |
| XYZ | 22.17 | 12.96 | 11.46 | - |
| YUV | 94.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 92 | 0 | 0.72 | 0.49 | 0.29 | 341.08 | 0.56 | 0.45 |
| Hex | B5 | 33 | 5C | 0 | 48 | 31 | 1D | 155 | 38 | 2D |
| Octal | 265 | 63 | 134 | 0 | 110 | 61 | 35 | 525 | 70 | 55 |
| Binary | 10110101 | 110011 | 1011100 | 0 | 1001000 | 110001 | 11101 | 101010101 | 111000 | 101101 |
Color Harmonies of #B5335C
Complementary color
Monochromatic Colors of #B5335C
Black with #B5335C
Text Example
Text Example
White with #B5335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5335C; }
p { color: rgb(181,51,92); }
H1.HeaderClassName
{
color: #B5335C;
}
.AnyTagClassName
{
color: #B5335C;
}
</style>
background-color css
<style>
a { background-color: #B5335C; }
a { background-color: rgb(181,51,92); }
div.DivClassName
{
background-color: #B5335C;
}
.BgClassName
{
background-color: #B5335C;
}
</style>
border-color css
<style>
span { border-color: #B5335C; }
span { border-color: rgb(181,51,92); }
td.TdClassName
{
border-color: #B5335C;
}
.TagClassName
{
border-color: #B5335C;
}
</style>