Shades of Rouge #B72865
Tints of Rouge #B72865
RGB
CMYK
RGB Variations
Color information
#B72865 (or 0xB72865) is known color: Rouge. HEX triplet: B7, 28 and 65. RGB value is (183,40,101). Sum of RGB (Red+Green+Blue) = 183+40+101=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B72865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72865 is #48D79A. Grayscale: #595959. Windows color (decimal): -4773787 or 6629559. OLE color: 6629559.
HSL color Cylindrical-coordinate representation of color #B72865: hue angle of 334.41º degrees, saturation: 0.64, 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 #B72865 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 101 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.28 |
| HSL | 334.41º | 0.64% | 0.44% | - |
| HSV(B) | 334.41º | 0.78% | 0.72% | - |
| XYZ | 22.64 | 12.52 | 13.54 | - |
| YUV | 89.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 101 | 0 | 0.78 | 0.45 | 0.28 | 334.41 | 0.64 | 0.44 |
| Hex | B7 | 28 | 65 | 0 | 4E | 2D | 1C | 14E | 40 | 2C |
| Octal | 267 | 50 | 145 | 0 | 116 | 55 | 34 | 516 | 100 | 54 |
| Binary | 10110111 | 101000 | 1100101 | 0 | 1001110 | 101101 | 11100 | 101001110 | 1000000 | 101100 |
Color Harmonies of #B72865
Complementary color
Monochromatic Colors of #B72865
Black with #B72865
Text Example
Text Example
White with #B72865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72865; }
p { color: rgb(183,40,101); }
H1.HeaderClassName
{
color: #B72865;
}
.AnyTagClassName
{
color: #B72865;
}
</style>
background-color css
<style>
a { background-color: #B72865; }
a { background-color: rgb(183,40,101); }
div.DivClassName
{
background-color: #B72865;
}
.BgClassName
{
background-color: #B72865;
}
</style>
border-color css
<style>
span { border-color: #B72865; }
span { border-color: rgb(183,40,101); }
td.TdClassName
{
border-color: #B72865;
}
.TagClassName
{
border-color: #B72865;
}
</style>