Shades of Rouge #B7335D
Tints of Rouge #B7335D
RGB
CMYK
RGB Variations
Color information
#B7335D (or 0xB7335D) is known color: Rouge. HEX triplet: B7, 33 and 5D. RGB value is (183,51,93). Sum of RGB (Red+Green+Blue) = 183+51+93=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7335D is #48CCA2. Grayscale: #5F5F5F. Windows color (decimal): -4770979 or 6108087. OLE color: 6108087.
HSL color Cylindrical-coordinate representation of color #B7335D: hue angle of 340.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7335D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 93 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.28 |
| HSL | 340.91º | 0.56% | 0.46% | - |
| HSV(B) | 340.91º | 0.72% | 0.72% | - |
| XYZ | 22.69 | 13.23 | 11.71 | - |
| YUV | 95.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 93 | 0 | 0.72 | 0.49 | 0.28 | 340.91 | 0.56 | 0.46 |
| Hex | B7 | 33 | 5D | 0 | 48 | 31 | 1C | 155 | 38 | 2E |
| Octal | 267 | 63 | 135 | 0 | 110 | 61 | 34 | 525 | 70 | 56 |
| Binary | 10110111 | 110011 | 1011101 | 0 | 1001000 | 110001 | 11100 | 101010101 | 111000 | 101110 |
Color Harmonies of #B7335D
Complementary color
Monochromatic Colors of #B7335D
Black with #B7335D
Text Example
Text Example
White with #B7335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7335D; }
p { color: rgb(183,51,93); }
H1.HeaderClassName
{
color: #B7335D;
}
.AnyTagClassName
{
color: #B7335D;
}
</style>
background-color css
<style>
a { background-color: #B7335D; }
a { background-color: rgb(183,51,93); }
div.DivClassName
{
background-color: #B7335D;
}
.BgClassName
{
background-color: #B7335D;
}
</style>
border-color css
<style>
span { border-color: #B7335D; }
span { border-color: rgb(183,51,93); }
td.TdClassName
{
border-color: #B7335D;
}
.TagClassName
{
border-color: #B7335D;
}
</style>