Shades of Rouge #B72C69
Tints of Rouge #B72C69
RGB
CMYK
RGB Variations
Color information
#B72C69 (or 0xB72C69) is known color: Rouge. HEX triplet: B7, 2C and 69. RGB value is (183,44,105). Sum of RGB (Red+Green+Blue) = 183+44+105=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C69 is #48D396. Grayscale: #5C5C5C. Windows color (decimal): -4772759 or 6892727. OLE color: 6892727.
HSL color Cylindrical-coordinate representation of color #B72C69: hue angle of 333.67º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C69 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 105 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.28 |
| HSL | 333.67º | 0.61% | 0.45% | - |
| HSV(B) | 333.67º | 0.76% | 0.72% | - |
| XYZ | 22.98 | 12.89 | 14.64 | - |
| YUV | 92.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 105 | 0 | 0.76 | 0.43 | 0.28 | 333.67 | 0.61 | 0.45 |
| Hex | B7 | 2C | 69 | 0 | 4C | 2B | 1C | 14E | 3D | 2D |
| Octal | 267 | 54 | 151 | 0 | 114 | 53 | 34 | 516 | 75 | 55 |
| Binary | 10110111 | 101100 | 1101001 | 0 | 1001100 | 101011 | 11100 | 101001110 | 111101 | 101101 |
Color Harmonies of #B72C69
Complementary color
Monochromatic Colors of #B72C69
Black with #B72C69
Text Example
Text Example
White with #B72C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C69; }
p { color: rgb(183,44,105); }
H1.HeaderClassName
{
color: #B72C69;
}
.AnyTagClassName
{
color: #B72C69;
}
</style>
background-color css
<style>
a { background-color: #B72C69; }
a { background-color: rgb(183,44,105); }
div.DivClassName
{
background-color: #B72C69;
}
.BgClassName
{
background-color: #B72C69;
}
</style>
border-color css
<style>
span { border-color: #B72C69; }
span { border-color: rgb(183,44,105); }
td.TdClassName
{
border-color: #B72C69;
}
.TagClassName
{
border-color: #B72C69;
}
</style>