Shades of Rouge #B72B65
Tints of Rouge #B72B65
RGB
CMYK
RGB Variations
Color information
#B72B65 (or 0xB72B65) is known color: Rouge. HEX triplet: B7, 2B and 65. RGB value is (183,43,101). Sum of RGB (Red+Green+Blue) = 183+43+101=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B65 is #48D49A. Grayscale: #5B5B5B. Windows color (decimal): -4773019 or 6630327. OLE color: 6630327.
HSL color Cylindrical-coordinate representation of color #B72B65: hue angle of 335.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B65 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 101 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.28 |
| HSL | 335.14º | 0.62% | 0.44% | - |
| HSV(B) | 335.14º | 0.77% | 0.72% | - |
| XYZ | 22.74 | 12.73 | 13.57 | - |
| YUV | 91.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 101 | 0 | 0.77 | 0.45 | 0.28 | 335.14 | 0.62 | 0.44 |
| Hex | B7 | 2B | 65 | 0 | 4D | 2D | 1C | 14F | 3E | 2C |
| Octal | 267 | 53 | 145 | 0 | 115 | 55 | 34 | 517 | 76 | 54 |
| Binary | 10110111 | 101011 | 1100101 | 0 | 1001101 | 101101 | 11100 | 101001111 | 111110 | 101100 |
Color Harmonies of #B72B65
Complementary color
Monochromatic Colors of #B72B65
Black with #B72B65
Text Example
Text Example
White with #B72B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B65; }
p { color: rgb(183,43,101); }
H1.HeaderClassName
{
color: #B72B65;
}
.AnyTagClassName
{
color: #B72B65;
}
</style>
background-color css
<style>
a { background-color: #B72B65; }
a { background-color: rgb(183,43,101); }
div.DivClassName
{
background-color: #B72B65;
}
.BgClassName
{
background-color: #B72B65;
}
</style>
border-color css
<style>
span { border-color: #B72B65; }
span { border-color: rgb(183,43,101); }
td.TdClassName
{
border-color: #B72B65;
}
.TagClassName
{
border-color: #B72B65;
}
</style>