Shades of Rouge #B7396D
Tints of Rouge #B7396D
RGB
CMYK
RGB Variations
Color information
#B7396D (or 0xB7396D) is known color: Rouge. HEX triplet: B7, 39 and 6D. RGB value is (183,57,109). Sum of RGB (Red+Green+Blue) = 183+57+109=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7396D is #48C692. Grayscale: #646464. Windows color (decimal): -4769427 or 7158199. OLE color: 7158199.
HSL color Cylindrical-coordinate representation of color #B7396D: hue angle of 335.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7396D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 109 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.28 |
| HSL | 335.24º | 0.53% | 0.47% | - |
| HSV(B) | 335.24º | 0.69% | 0.72% | - |
| XYZ | 23.75 | 14.1 | 15.94 | - |
| YUV | 100.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 109 | 0 | 0.69 | 0.40 | 0.28 | 335.24 | 0.53 | 0.47 |
| Hex | B7 | 39 | 6D | 0 | 45 | 28 | 1C | 14F | 34 | 2F |
| Octal | 267 | 71 | 155 | 0 | 105 | 50 | 34 | 517 | 64 | 57 |
| Binary | 10110111 | 111001 | 1101101 | 0 | 1000101 | 101000 | 11100 | 101001111 | 110100 | 101111 |
Color Harmonies of #B7396D
Complementary color
Monochromatic Colors of #B7396D
Black with #B7396D
Text Example
Text Example
White with #B7396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7396D; }
p { color: rgb(183,57,109); }
H1.HeaderClassName
{
color: #B7396D;
}
.AnyTagClassName
{
color: #B7396D;
}
</style>
background-color css
<style>
a { background-color: #B7396D; }
a { background-color: rgb(183,57,109); }
div.DivClassName
{
background-color: #B7396D;
}
.BgClassName
{
background-color: #B7396D;
}
</style>
border-color css
<style>
span { border-color: #B7396D; }
span { border-color: rgb(183,57,109); }
td.TdClassName
{
border-color: #B7396D;
}
.TagClassName
{
border-color: #B7396D;
}
</style>