Shades of Rouge #B73162
Tints of Rouge #B73162
RGB
CMYK
RGB Variations
Color information
#B73162 (or 0xB73162) is known color: Rouge. HEX triplet: B7, 31 and 62. RGB value is (183,49,98). Sum of RGB (Red+Green+Blue) = 183+49+98=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B73162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73162 is #48CE9D. Grayscale: #5E5E5E. Windows color (decimal): -4771486 or 6435255. OLE color: 6435255.
HSL color Cylindrical-coordinate representation of color #B73162: hue angle of 338.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73162 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 98 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.28 |
| HSL | 338.06º | 0.58% | 0.45% | - |
| HSV(B) | 338.06º | 0.73% | 0.72% | - |
| XYZ | 22.83 | 13.15 | 12.89 | - |
| YUV | 94.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 98 | 0 | 0.73 | 0.46 | 0.28 | 338.06 | 0.58 | 0.45 |
| Hex | B7 | 31 | 62 | 0 | 49 | 2E | 1C | 152 | 3A | 2D |
| Octal | 267 | 61 | 142 | 0 | 111 | 56 | 34 | 522 | 72 | 55 |
| Binary | 10110111 | 110001 | 1100010 | 0 | 1001001 | 101110 | 11100 | 101010010 | 111010 | 101101 |
Color Harmonies of #B73162
Complementary color
Monochromatic Colors of #B73162
Black with #B73162
Text Example
Text Example
White with #B73162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73162; }
p { color: rgb(183,49,98); }
H1.HeaderClassName
{
color: #B73162;
}
.AnyTagClassName
{
color: #B73162;
}
</style>
background-color css
<style>
a { background-color: #B73162; }
a { background-color: rgb(183,49,98); }
div.DivClassName
{
background-color: #B73162;
}
.BgClassName
{
background-color: #B73162;
}
</style>
border-color css
<style>
span { border-color: #B73162; }
span { border-color: rgb(183,49,98); }
td.TdClassName
{
border-color: #B73162;
}
.TagClassName
{
border-color: #B73162;
}
</style>