Shades of Rouge #B7366D
Tints of Rouge #B7366D
RGB
CMYK
RGB Variations
Color information
#B7366D (or 0xB7366D) is known color: Rouge. HEX triplet: B7, 36 and 6D. RGB value is (183,54,109). Sum of RGB (Red+Green+Blue) = 183+54+109=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7366D is #48C992. Grayscale: #626262. Windows color (decimal): -4770195 or 7157431. OLE color: 7157431.
HSL color Cylindrical-coordinate representation of color #B7366D: hue angle of 334.42º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7366D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 109 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.28 |
| HSL | 334.42º | 0.54% | 0.46% | - |
| HSV(B) | 334.42º | 0.7% | 0.72% | - |
| XYZ | 23.61 | 13.81 | 15.89 | - |
| YUV | 98.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 109 | 0 | 0.70 | 0.40 | 0.28 | 334.42 | 0.54 | 0.46 |
| Hex | B7 | 36 | 6D | 0 | 46 | 28 | 1C | 14E | 36 | 2E |
| Octal | 267 | 66 | 155 | 0 | 106 | 50 | 34 | 516 | 66 | 56 |
| Binary | 10110111 | 110110 | 1101101 | 0 | 1000110 | 101000 | 11100 | 101001110 | 110110 | 101110 |
Color Harmonies of #B7366D
Complementary color
Monochromatic Colors of #B7366D
Black with #B7366D
Text Example
Text Example
White with #B7366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7366D; }
p { color: rgb(183,54,109); }
H1.HeaderClassName
{
color: #B7366D;
}
.AnyTagClassName
{
color: #B7366D;
}
</style>
background-color css
<style>
a { background-color: #B7366D; }
a { background-color: rgb(183,54,109); }
div.DivClassName
{
background-color: #B7366D;
}
.BgClassName
{
background-color: #B7366D;
}
</style>
border-color css
<style>
span { border-color: #B7366D; }
span { border-color: rgb(183,54,109); }
td.TdClassName
{
border-color: #B7366D;
}
.TagClassName
{
border-color: #B7366D;
}
</style>