Shades of Rouge #B72D6B
Tints of Rouge #B72D6B
RGB
CMYK
RGB Variations
Color information
#B72D6B (or 0xB72D6B) is known color: Rouge. HEX triplet: B7, 2D and 6B. RGB value is (183,45,107). Sum of RGB (Red+Green+Blue) = 183+45+107=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D6B is #48D294. Grayscale: #5D5D5D. Windows color (decimal): -4772501 or 7024055. OLE color: 7024055.
HSL color Cylindrical-coordinate representation of color #B72D6B: hue angle of 333.04º degrees, saturation: 0.61, 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 #B72D6B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 107 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.28 |
| HSL | 333.04º | 0.61% | 0.45% | - |
| HSV(B) | 333.04º | 0.75% | 0.72% | - |
| XYZ | 23.12 | 13.01 | 15.2 | - |
| YUV | 93.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 107 | 0 | 0.75 | 0.42 | 0.28 | 333.04 | 0.61 | 0.45 |
| Hex | B7 | 2D | 6B | 0 | 4B | 2A | 1C | 14D | 3D | 2D |
| Octal | 267 | 55 | 153 | 0 | 113 | 52 | 34 | 515 | 75 | 55 |
| Binary | 10110111 | 101101 | 1101011 | 0 | 1001011 | 101010 | 11100 | 101001101 | 111101 | 101101 |
Color Harmonies of #B72D6B
Complementary color
Monochromatic Colors of #B72D6B
Black with #B72D6B
Text Example
Text Example
White with #B72D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D6B; }
p { color: rgb(183,45,107); }
H1.HeaderClassName
{
color: #B72D6B;
}
.AnyTagClassName
{
color: #B72D6B;
}
</style>
background-color css
<style>
a { background-color: #B72D6B; }
a { background-color: rgb(183,45,107); }
div.DivClassName
{
background-color: #B72D6B;
}
.BgClassName
{
background-color: #B72D6B;
}
</style>
border-color css
<style>
span { border-color: #B72D6B; }
span { border-color: rgb(183,45,107); }
td.TdClassName
{
border-color: #B72D6B;
}
.TagClassName
{
border-color: #B72D6B;
}
</style>