Shades of Rouge #B72F5E
Tints of Rouge #B72F5E
RGB
CMYK
RGB Variations
Color information
#B72F5E (or 0xB72F5E) is known color: Rouge. HEX triplet: B7, 2F and 5E. RGB value is (183,47,94). Sum of RGB (Red+Green+Blue) = 183+47+94=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72F5E is #48D0A1. Grayscale: #5C5C5C. Windows color (decimal): -4772002 or 6172599. OLE color: 6172599.
HSL color Cylindrical-coordinate representation of color #B72F5E: hue angle of 339.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F5E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 94 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.28 |
| HSL | 339.26º | 0.59% | 0.45% | - |
| HSV(B) | 339.26º | 0.74% | 0.72% | - |
| XYZ | 22.57 | 12.91 | 11.89 | - |
| YUV | 93.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 94 | 0 | 0.74 | 0.49 | 0.28 | 339.26 | 0.59 | 0.45 |
| Hex | B7 | 2F | 5E | 0 | 4A | 31 | 1C | 153 | 3B | 2D |
| Octal | 267 | 57 | 136 | 0 | 112 | 61 | 34 | 523 | 73 | 55 |
| Binary | 10110111 | 101111 | 1011110 | 0 | 1001010 | 110001 | 11100 | 101010011 | 111011 | 101101 |
Color Harmonies of #B72F5E
Complementary color
Monochromatic Colors of #B72F5E
Black with #B72F5E
Text Example
Text Example
White with #B72F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F5E; }
p { color: rgb(183,47,94); }
H1.HeaderClassName
{
color: #B72F5E;
}
.AnyTagClassName
{
color: #B72F5E;
}
</style>
background-color css
<style>
a { background-color: #B72F5E; }
a { background-color: rgb(183,47,94); }
div.DivClassName
{
background-color: #B72F5E;
}
.BgClassName
{
background-color: #B72F5E;
}
</style>
border-color css
<style>
span { border-color: #B72F5E; }
span { border-color: rgb(183,47,94); }
td.TdClassName
{
border-color: #B72F5E;
}
.TagClassName
{
border-color: #B72F5E;
}
</style>