Shades of Rouge #B7326B
Tints of Rouge #B7326B
RGB
CMYK
RGB Variations
Color information
#B7326B (or 0xB7326B) is known color: Rouge. HEX triplet: B7, 32 and 6B. RGB value is (183,50,107). Sum of RGB (Red+Green+Blue) = 183+50+107=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7326B is #48CD94. Grayscale: #606060. Windows color (decimal): -4771221 or 7025335. OLE color: 7025335.
HSL color Cylindrical-coordinate representation of color #B7326B: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7326B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 107 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.28 |
| HSL | 334.29º | 0.57% | 0.46% | - |
| HSV(B) | 334.29º | 0.73% | 0.72% | - |
| XYZ | 23.32 | 13.41 | 15.27 | - |
| YUV | 96.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 107 | 0 | 0.73 | 0.42 | 0.28 | 334.29 | 0.57 | 0.46 |
| Hex | B7 | 32 | 6B | 0 | 49 | 2A | 1C | 14E | 39 | 2E |
| Octal | 267 | 62 | 153 | 0 | 111 | 52 | 34 | 516 | 71 | 56 |
| Binary | 10110111 | 110010 | 1101011 | 0 | 1001001 | 101010 | 11100 | 101001110 | 111001 | 101110 |
Color Harmonies of #B7326B
Complementary color
Monochromatic Colors of #B7326B
Black with #B7326B
Text Example
Text Example
White with #B7326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7326B; }
p { color: rgb(183,50,107); }
H1.HeaderClassName
{
color: #B7326B;
}
.AnyTagClassName
{
color: #B7326B;
}
</style>
background-color css
<style>
a { background-color: #B7326B; }
a { background-color: rgb(183,50,107); }
div.DivClassName
{
background-color: #B7326B;
}
.BgClassName
{
background-color: #B7326B;
}
</style>
border-color css
<style>
span { border-color: #B7326B; }
span { border-color: rgb(183,50,107); }
td.TdClassName
{
border-color: #B7326B;
}
.TagClassName
{
border-color: #B7326B;
}
</style>