Shades of Rouge #B72E6D
Tints of Rouge #B72E6D
RGB
CMYK
RGB Variations
Color information
#B72E6D (or 0xB72E6D) is known color: Rouge. HEX triplet: B7, 2E and 6D. RGB value is (183,46,109). Sum of RGB (Red+Green+Blue) = 183+46+109=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E6D is #48D192. Grayscale: #5E5E5E. Windows color (decimal): -4772243 or 7155383. OLE color: 7155383.
HSL color Cylindrical-coordinate representation of color #B72E6D: hue angle of 332.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E6D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 109 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.28 |
| HSL | 332.41º | 0.6% | 0.45% | - |
| HSV(B) | 332.41º | 0.75% | 0.72% | - |
| XYZ | 23.27 | 13.13 | 15.78 | - |
| YUV | 94.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 109 | 0 | 0.75 | 0.40 | 0.28 | 332.41 | 0.6 | 0.45 |
| Hex | B7 | 2E | 6D | 0 | 4B | 28 | 1C | 14C | 3C | 2D |
| Octal | 267 | 56 | 155 | 0 | 113 | 50 | 34 | 514 | 74 | 55 |
| Binary | 10110111 | 101110 | 1101101 | 0 | 1001011 | 101000 | 11100 | 101001100 | 111100 | 101101 |
Color Harmonies of #B72E6D
Complementary color
Monochromatic Colors of #B72E6D
Black with #B72E6D
Text Example
Text Example
White with #B72E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E6D; }
p { color: rgb(183,46,109); }
H1.HeaderClassName
{
color: #B72E6D;
}
.AnyTagClassName
{
color: #B72E6D;
}
</style>
background-color css
<style>
a { background-color: #B72E6D; }
a { background-color: rgb(183,46,109); }
div.DivClassName
{
background-color: #B72E6D;
}
.BgClassName
{
background-color: #B72E6D;
}
</style>
border-color css
<style>
span { border-color: #B72E6D; }
span { border-color: rgb(183,46,109); }
td.TdClassName
{
border-color: #B72E6D;
}
.TagClassName
{
border-color: #B72E6D;
}
</style>