Shades of Rouge #B73366
Tints of Rouge #B73366
RGB
CMYK
RGB Variations
Color information
#B73366 (or 0xB73366) is known color: Rouge. HEX triplet: B7, 33 and 66. RGB value is (183,51,102). Sum of RGB (Red+Green+Blue) = 183+51+102=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73366 is #48CC99. Grayscale: #606060. Windows color (decimal): -4770970 or 6697911. OLE color: 6697911.
HSL color Cylindrical-coordinate representation of color #B73366: hue angle of 336.82º 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 #B73366 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 102 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.28 |
| HSL | 336.82º | 0.56% | 0.46% | - |
| HSV(B) | 336.82º | 0.72% | 0.72% | - |
| XYZ | 23.11 | 13.39 | 13.94 | - |
| YUV | 96.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 102 | 0 | 0.72 | 0.44 | 0.28 | 336.82 | 0.56 | 0.46 |
| Hex | B7 | 33 | 66 | 0 | 48 | 2C | 1C | 151 | 38 | 2E |
| Octal | 267 | 63 | 146 | 0 | 110 | 54 | 34 | 521 | 70 | 56 |
| Binary | 10110111 | 110011 | 1100110 | 0 | 1001000 | 101100 | 11100 | 101010001 | 111000 | 101110 |
Color Harmonies of #B73366
Complementary color
Monochromatic Colors of #B73366
Black with #B73366
Text Example
Text Example
White with #B73366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73366; }
p { color: rgb(183,51,102); }
H1.HeaderClassName
{
color: #B73366;
}
.AnyTagClassName
{
color: #B73366;
}
</style>
background-color css
<style>
a { background-color: #B73366; }
a { background-color: rgb(183,51,102); }
div.DivClassName
{
background-color: #B73366;
}
.BgClassName
{
background-color: #B73366;
}
</style>
border-color css
<style>
span { border-color: #B73366; }
span { border-color: rgb(183,51,102); }
td.TdClassName
{
border-color: #B73366;
}
.TagClassName
{
border-color: #B73366;
}
</style>