Shades of Rouge #B72965
Tints of Rouge #B72965
RGB
CMYK
RGB Variations
Color information
#B72965 (or 0xB72965) is known color: Rouge. HEX triplet: B7, 29 and 65. RGB value is (183,41,101). Sum of RGB (Red+Green+Blue) = 183+41+101=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B72965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72965 is #48D69A. Grayscale: #5A5A5A. Windows color (decimal): -4773531 or 6629815. OLE color: 6629815.
HSL color Cylindrical-coordinate representation of color #B72965: hue angle of 334.65º 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 #B72965 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 101 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.28 |
| HSL | 334.65º | 0.63% | 0.44% | - |
| HSV(B) | 334.65º | 0.78% | 0.72% | - |
| XYZ | 22.67 | 12.59 | 13.55 | - |
| YUV | 90.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 101 | 0 | 0.78 | 0.45 | 0.28 | 334.65 | 0.63 | 0.44 |
| Hex | B7 | 29 | 65 | 0 | 4E | 2D | 1C | 14F | 3F | 2C |
| Octal | 267 | 51 | 145 | 0 | 116 | 55 | 34 | 517 | 77 | 54 |
| Binary | 10110111 | 101001 | 1100101 | 0 | 1001110 | 101101 | 11100 | 101001111 | 111111 | 101100 |
Color Harmonies of #B72965
Complementary color
Monochromatic Colors of #B72965
Black with #B72965
Text Example
Text Example
White with #B72965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72965; }
p { color: rgb(183,41,101); }
H1.HeaderClassName
{
color: #B72965;
}
.AnyTagClassName
{
color: #B72965;
}
</style>
background-color css
<style>
a { background-color: #B72965; }
a { background-color: rgb(183,41,101); }
div.DivClassName
{
background-color: #B72965;
}
.BgClassName
{
background-color: #B72965;
}
</style>
border-color css
<style>
span { border-color: #B72965; }
span { border-color: rgb(183,41,101); }
td.TdClassName
{
border-color: #B72965;
}
.TagClassName
{
border-color: #B72965;
}
</style>