Shades of Rouge #B73963
Tints of Rouge #B73963
RGB
CMYK
RGB Variations
Color information
#B73963 (or 0xB73963) is known color: Rouge. HEX triplet: B7, 39 and 63. RGB value is (183,57,99). Sum of RGB (Red+Green+Blue) = 183+57+99=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73963 is #48C69C. Grayscale: #636363. Windows color (decimal): -4769437 or 6502839. OLE color: 6502839.
HSL color Cylindrical-coordinate representation of color #B73963: hue angle of 340º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73963 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 99 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.28 |
| HSL | 340º | 0.53% | 0.47% | - |
| HSV(B) | 340º | 0.69% | 0.72% | - |
| XYZ | 23.24 | 13.89 | 13.26 | - |
| YUV | 99.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 99 | 0 | 0.69 | 0.46 | 0.28 | 340 | 0.53 | 0.47 |
| Hex | B7 | 39 | 63 | 0 | 45 | 2E | 1C | 154 | 34 | 2F |
| Octal | 267 | 71 | 143 | 0 | 105 | 56 | 34 | 524 | 64 | 57 |
| Binary | 10110111 | 111001 | 1100011 | 0 | 1000101 | 101110 | 11100 | 101010100 | 110100 | 101111 |
Color Harmonies of #B73963
Complementary color
Monochromatic Colors of #B73963
Black with #B73963
Text Example
Text Example
White with #B73963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73963; }
p { color: rgb(183,57,99); }
H1.HeaderClassName
{
color: #B73963;
}
.AnyTagClassName
{
color: #B73963;
}
</style>
background-color css
<style>
a { background-color: #B73963; }
a { background-color: rgb(183,57,99); }
div.DivClassName
{
background-color: #B73963;
}
.BgClassName
{
background-color: #B73963;
}
</style>
border-color css
<style>
span { border-color: #B73963; }
span { border-color: rgb(183,57,99); }
td.TdClassName
{
border-color: #B73963;
}
.TagClassName
{
border-color: #B73963;
}
</style>