Shades of Rouge #B7336B
Tints of Rouge #B7336B
RGB
CMYK
RGB Variations
Color information
#B7336B (or 0xB7336B) is known color: Rouge. HEX triplet: B7, 33 and 6B. RGB value is (183,51,107). Sum of RGB (Red+Green+Blue) = 183+51+107=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7336B is #48CC94. Grayscale: #606060. Windows color (decimal): -4770965 or 7025591. OLE color: 7025591.
HSL color Cylindrical-coordinate representation of color #B7336B: hue angle of 334.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7336B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 107 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.28 |
| HSL | 334.55º | 0.56% | 0.46% | - |
| HSV(B) | 334.55º | 0.72% | 0.72% | - |
| XYZ | 23.37 | 13.5 | 15.28 | - |
| YUV | 96.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 107 | 0 | 0.72 | 0.42 | 0.28 | 334.55 | 0.56 | 0.46 |
| Hex | B7 | 33 | 6B | 0 | 48 | 2A | 1C | 14F | 38 | 2E |
| Octal | 267 | 63 | 153 | 0 | 110 | 52 | 34 | 517 | 70 | 56 |
| Binary | 10110111 | 110011 | 1101011 | 0 | 1001000 | 101010 | 11100 | 101001111 | 111000 | 101110 |
Color Harmonies of #B7336B
Complementary color
Monochromatic Colors of #B7336B
Black with #B7336B
Text Example
Text Example
White with #B7336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7336B; }
p { color: rgb(183,51,107); }
H1.HeaderClassName
{
color: #B7336B;
}
.AnyTagClassName
{
color: #B7336B;
}
</style>
background-color css
<style>
a { background-color: #B7336B; }
a { background-color: rgb(183,51,107); }
div.DivClassName
{
background-color: #B7336B;
}
.BgClassName
{
background-color: #B7336B;
}
</style>
border-color css
<style>
span { border-color: #B7336B; }
span { border-color: rgb(183,51,107); }
td.TdClassName
{
border-color: #B7336B;
}
.TagClassName
{
border-color: #B7336B;
}
</style>