Shades of Rouge #B5335D
Tints of Rouge #B5335D
RGB
CMYK
RGB Variations
Color information
#B5335D (or 0xB5335D) is known color: Rouge. HEX triplet: B5, 33 and 5D. RGB value is (181,51,93). Sum of RGB (Red+Green+Blue) = 181+51+93=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335D is #4ACCA2. Grayscale: #5E5E5E. Windows color (decimal): -4902051 or 6108085. OLE color: 6108085.
HSL color Cylindrical-coordinate representation of color #B5335D: hue angle of 340.62º 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 #B5335D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 93 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.29 |
| HSL | 340.62º | 0.56% | 0.45% | - |
| HSV(B) | 340.62º | 0.72% | 0.71% | - |
| XYZ | 22.22 | 12.98 | 11.69 | - |
| YUV | 94.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 93 | 0 | 0.72 | 0.49 | 0.29 | 340.62 | 0.56 | 0.45 |
| Hex | B5 | 33 | 5D | 0 | 48 | 31 | 1D | 155 | 38 | 2D |
| Octal | 265 | 63 | 135 | 0 | 110 | 61 | 35 | 525 | 70 | 55 |
| Binary | 10110101 | 110011 | 1011101 | 0 | 1001000 | 110001 | 11101 | 101010101 | 111000 | 101101 |
Color Harmonies of #B5335D
Complementary color
Monochromatic Colors of #B5335D
Black with #B5335D
Text Example
Text Example
White with #B5335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5335D; }
p { color: rgb(181,51,93); }
H1.HeaderClassName
{
color: #B5335D;
}
.AnyTagClassName
{
color: #B5335D;
}
</style>
background-color css
<style>
a { background-color: #B5335D; }
a { background-color: rgb(181,51,93); }
div.DivClassName
{
background-color: #B5335D;
}
.BgClassName
{
background-color: #B5335D;
}
</style>
border-color css
<style>
span { border-color: #B5335D; }
span { border-color: rgb(181,51,93); }
td.TdClassName
{
border-color: #B5335D;
}
.TagClassName
{
border-color: #B5335D;
}
</style>