Shades of Rouge #B7335C
Tints of Rouge #B7335C
RGB
CMYK
RGB Variations
Color information
#B7335C (or 0xB7335C) is known color: Rouge. HEX triplet: B7, 33 and 5C. RGB value is (183,51,92). Sum of RGB (Red+Green+Blue) = 183+51+92=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7335C is #48CCA3. Grayscale: #5F5F5F. Windows color (decimal): -4770980 or 6042551. OLE color: 6042551.
HSL color Cylindrical-coordinate representation of color #B7335C: hue angle of 341.36º 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 #B7335C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 92 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.28 |
| HSL | 341.36º | 0.56% | 0.46% | - |
| HSV(B) | 341.36º | 0.72% | 0.72% | - |
| XYZ | 22.64 | 13.21 | 11.48 | - |
| YUV | 95.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 92 | 0 | 0.72 | 0.50 | 0.28 | 341.36 | 0.56 | 0.46 |
| Hex | B7 | 33 | 5C | 0 | 48 | 32 | 1C | 155 | 38 | 2E |
| Octal | 267 | 63 | 134 | 0 | 110 | 62 | 34 | 525 | 70 | 56 |
| Binary | 10110111 | 110011 | 1011100 | 0 | 1001000 | 110010 | 11100 | 101010101 | 111000 | 101110 |
Color Harmonies of #B7335C
Complementary color
Monochromatic Colors of #B7335C
Black with #B7335C
Text Example
Text Example
White with #B7335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7335C; }
p { color: rgb(183,51,92); }
H1.HeaderClassName
{
color: #B7335C;
}
.AnyTagClassName
{
color: #B7335C;
}
</style>
background-color css
<style>
a { background-color: #B7335C; }
a { background-color: rgb(183,51,92); }
div.DivClassName
{
background-color: #B7335C;
}
.BgClassName
{
background-color: #B7335C;
}
</style>
border-color css
<style>
span { border-color: #B7335C; }
span { border-color: rgb(183,51,92); }
td.TdClassName
{
border-color: #B7335C;
}
.TagClassName
{
border-color: #B7335C;
}
</style>