Shades of Rouge #B7316B
Tints of Rouge #B7316B
RGB
CMYK
RGB Variations
Color information
#B7316B (or 0xB7316B) is known color: Rouge. HEX triplet: B7, 31 and 6B. RGB value is (183,49,107). Sum of RGB (Red+Green+Blue) = 183+49+107=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7316B is #48CE94. Grayscale: #5F5F5F. Windows color (decimal): -4771477 or 7025079. OLE color: 7025079.
HSL color Cylindrical-coordinate representation of color #B7316B: hue angle of 334.03º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7316B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 107 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.28 |
| HSL | 334.03º | 0.58% | 0.45% | - |
| HSV(B) | 334.03º | 0.73% | 0.72% | - |
| XYZ | 23.28 | 13.33 | 15.25 | - |
| YUV | 95.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 107 | 0 | 0.73 | 0.42 | 0.28 | 334.03 | 0.58 | 0.45 |
| Hex | B7 | 31 | 6B | 0 | 49 | 2A | 1C | 14E | 3A | 2D |
| Octal | 267 | 61 | 153 | 0 | 111 | 52 | 34 | 516 | 72 | 55 |
| Binary | 10110111 | 110001 | 1101011 | 0 | 1001001 | 101010 | 11100 | 101001110 | 111010 | 101101 |
Color Harmonies of #B7316B
Complementary color
Monochromatic Colors of #B7316B
Black with #B7316B
Text Example
Text Example
White with #B7316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7316B; }
p { color: rgb(183,49,107); }
H1.HeaderClassName
{
color: #B7316B;
}
.AnyTagClassName
{
color: #B7316B;
}
</style>
background-color css
<style>
a { background-color: #B7316B; }
a { background-color: rgb(183,49,107); }
div.DivClassName
{
background-color: #B7316B;
}
.BgClassName
{
background-color: #B7316B;
}
</style>
border-color css
<style>
span { border-color: #B7316B; }
span { border-color: rgb(183,49,107); }
td.TdClassName
{
border-color: #B7316B;
}
.TagClassName
{
border-color: #B7316B;
}
</style>