Shades of Rouge #B72C63
Tints of Rouge #B72C63
RGB
CMYK
RGB Variations
Color information
#B72C63 (or 0xB72C63) is known color: Rouge. HEX triplet: B7, 2C and 63. RGB value is (183,44,99). Sum of RGB (Red+Green+Blue) = 183+44+99=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C63 is #48D39C. Grayscale: #5B5B5B. Windows color (decimal): -4772765 or 6499511. OLE color: 6499511.
HSL color Cylindrical-coordinate representation of color #B72C63: hue angle of 336.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C63 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 99 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.28 |
| HSL | 336.26º | 0.61% | 0.45% | - |
| HSV(B) | 336.26º | 0.76% | 0.72% | - |
| XYZ | 22.68 | 12.77 | 13.07 | - |
| YUV | 91.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 99 | 0 | 0.76 | 0.46 | 0.28 | 336.26 | 0.61 | 0.45 |
| Hex | B7 | 2C | 63 | 0 | 4C | 2E | 1C | 150 | 3D | 2D |
| Octal | 267 | 54 | 143 | 0 | 114 | 56 | 34 | 520 | 75 | 55 |
| Binary | 10110111 | 101100 | 1100011 | 0 | 1001100 | 101110 | 11100 | 101010000 | 111101 | 101101 |
Color Harmonies of #B72C63
Complementary color
Monochromatic Colors of #B72C63
Black with #B72C63
Text Example
Text Example
White with #B72C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C63; }
p { color: rgb(183,44,99); }
H1.HeaderClassName
{
color: #B72C63;
}
.AnyTagClassName
{
color: #B72C63;
}
</style>
background-color css
<style>
a { background-color: #B72C63; }
a { background-color: rgb(183,44,99); }
div.DivClassName
{
background-color: #B72C63;
}
.BgClassName
{
background-color: #B72C63;
}
</style>
border-color css
<style>
span { border-color: #B72C63; }
span { border-color: rgb(183,44,99); }
td.TdClassName
{
border-color: #B72C63;
}
.TagClassName
{
border-color: #B72C63;
}
</style>