Shades of Rouge #B72967
Tints of Rouge #B72967
RGB
CMYK
RGB Variations
Color information
#B72967 (or 0xB72967) is known color: Rouge. HEX triplet: B7, 29 and 67. RGB value is (183,41,103). Sum of RGB (Red+Green+Blue) = 183+41+103=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B72967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72967 is #48D698. Grayscale: #5A5A5A. Windows color (decimal): -4773529 or 6760887. OLE color: 6760887.
HSL color Cylindrical-coordinate representation of color #B72967: hue angle of 333.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72967 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 103 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.28 |
| HSL | 333.8º | 0.63% | 0.44% | - |
| HSV(B) | 333.8º | 0.78% | 0.72% | - |
| XYZ | 22.77 | 12.63 | 14.07 | - |
| YUV | 90.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 103 | 0 | 0.78 | 0.44 | 0.28 | 333.8 | 0.63 | 0.44 |
| Hex | B7 | 29 | 67 | 0 | 4E | 2C | 1C | 14E | 3F | 2C |
| Octal | 267 | 51 | 147 | 0 | 116 | 54 | 34 | 516 | 77 | 54 |
| Binary | 10110111 | 101001 | 1100111 | 0 | 1001110 | 101100 | 11100 | 101001110 | 111111 | 101100 |
Color Harmonies of #B72967
Complementary color
Monochromatic Colors of #B72967
Black with #B72967
Text Example
Text Example
White with #B72967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72967; }
p { color: rgb(183,41,103); }
H1.HeaderClassName
{
color: #B72967;
}
.AnyTagClassName
{
color: #B72967;
}
</style>
background-color css
<style>
a { background-color: #B72967; }
a { background-color: rgb(183,41,103); }
div.DivClassName
{
background-color: #B72967;
}
.BgClassName
{
background-color: #B72967;
}
</style>
border-color css
<style>
span { border-color: #B72967; }
span { border-color: rgb(183,41,103); }
td.TdClassName
{
border-color: #B72967;
}
.TagClassName
{
border-color: #B72967;
}
</style>