Shades of Rouge #B72768
Tints of Rouge #B72768
RGB
CMYK
RGB Variations
Color information
#B72768 (or 0xB72768) is known color: Rouge. HEX triplet: B7, 27 and 68. RGB value is (183,39,104). Sum of RGB (Red+Green+Blue) = 183+39+104=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B72768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72768 is #48D897. Grayscale: #595959. Windows color (decimal): -4774040 or 6825911. OLE color: 6825911.
HSL color Cylindrical-coordinate representation of color #B72768: hue angle of 332.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72768 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 104 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.28 |
| HSL | 332.92º | 0.65% | 0.44% | - |
| HSV(B) | 332.92º | 0.79% | 0.72% | - |
| XYZ | 22.75 | 12.52 | 14.31 | - |
| YUV | 89.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 104 | 0 | 0.79 | 0.43 | 0.28 | 332.92 | 0.65 | 0.44 |
| Hex | B7 | 27 | 68 | 0 | 4F | 2B | 1C | 14D | 41 | 2C |
| Octal | 267 | 47 | 150 | 0 | 117 | 53 | 34 | 515 | 101 | 54 |
| Binary | 10110111 | 100111 | 1101000 | 0 | 1001111 | 101011 | 11100 | 101001101 | 1000001 | 101100 |
Color Harmonies of #B72768
Complementary color
Monochromatic Colors of #B72768
Black with #B72768
Text Example
Text Example
White with #B72768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72768; }
p { color: rgb(183,39,104); }
H1.HeaderClassName
{
color: #B72768;
}
.AnyTagClassName
{
color: #B72768;
}
</style>
background-color css
<style>
a { background-color: #B72768; }
a { background-color: rgb(183,39,104); }
div.DivClassName
{
background-color: #B72768;
}
.BgClassName
{
background-color: #B72768;
}
</style>
border-color css
<style>
span { border-color: #B72768; }
span { border-color: rgb(183,39,104); }
td.TdClassName
{
border-color: #B72768;
}
.TagClassName
{
border-color: #B72768;
}
</style>