Shades of Rouge #B72665
Tints of Rouge #B72665
RGB
CMYK
RGB Variations
Color information
#B72665 (or 0xB72665) is known color: Rouge. HEX triplet: B7, 26 and 65. RGB value is (183,38,101). Sum of RGB (Red+Green+Blue) = 183+38+101=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B72665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72665 is #48D99A. Grayscale: #585858. Windows color (decimal): -4774299 or 6629047. OLE color: 6629047.
HSL color Cylindrical-coordinate representation of color #B72665: hue angle of 333.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72665 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 101 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.28 |
| HSL | 333.93º | 0.66% | 0.43% | - |
| HSV(B) | 333.93º | 0.79% | 0.72% | - |
| XYZ | 22.57 | 12.39 | 13.51 | - |
| YUV | 88.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 101 | 0 | 0.79 | 0.45 | 0.28 | 333.93 | 0.66 | 0.43 |
| Hex | B7 | 26 | 65 | 0 | 4F | 2D | 1C | 14E | 42 | 2B |
| Octal | 267 | 46 | 145 | 0 | 117 | 55 | 34 | 516 | 102 | 53 |
| Binary | 10110111 | 100110 | 1100101 | 0 | 1001111 | 101101 | 11100 | 101001110 | 1000010 | 101011 |
Color Harmonies of #B72665
Complementary color
Monochromatic Colors of #B72665
Black with #B72665
Text Example
Text Example
White with #B72665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72665; }
p { color: rgb(183,38,101); }
H1.HeaderClassName
{
color: #B72665;
}
.AnyTagClassName
{
color: #B72665;
}
</style>
background-color css
<style>
a { background-color: #B72665; }
a { background-color: rgb(183,38,101); }
div.DivClassName
{
background-color: #B72665;
}
.BgClassName
{
background-color: #B72665;
}
</style>
border-color css
<style>
span { border-color: #B72665; }
span { border-color: rgb(183,38,101); }
td.TdClassName
{
border-color: #B72665;
}
.TagClassName
{
border-color: #B72665;
}
</style>