Shades of Rouge #B1336B
Tints of Rouge #B1336B
RGB
CMYK
RGB Variations
Color information
#B1336B (or 0xB1336B) is known color: Rouge. HEX triplet: B1, 33 and 6B. RGB value is (177,51,107). Sum of RGB (Red+Green+Blue) = 177+51+107=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1336B is #4ECC94. Grayscale: #5E5E5E. Windows color (decimal): -5164181 or 7025585. OLE color: 7025585.
HSL color Cylindrical-coordinate representation of color #B1336B: hue angle of 333.33º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1336B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 107 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.31 |
| HSL | 333.33º | 0.55% | 0.45% | - |
| HSV(B) | 333.33º | 0.71% | 0.69% | - |
| XYZ | 21.97 | 12.78 | 15.22 | - |
| YUV | 95.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 107 | 0 | 0.71 | 0.40 | 0.31 | 333.33 | 0.55 | 0.45 |
| Hex | B1 | 33 | 6B | 0 | 47 | 28 | 1F | 14D | 37 | 2D |
| Octal | 261 | 63 | 153 | 0 | 107 | 50 | 37 | 515 | 67 | 55 |
| Binary | 10110001 | 110011 | 1101011 | 0 | 1000111 | 101000 | 11111 | 101001101 | 110111 | 101101 |
Color Harmonies of #B1336B
Complementary color
Monochromatic Colors of #B1336B
Black with #B1336B
Text Example
Text Example
White with #B1336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1336B; }
p { color: rgb(177,51,107); }
H1.HeaderClassName
{
color: #B1336B;
}
.AnyTagClassName
{
color: #B1336B;
}
</style>
background-color css
<style>
a { background-color: #B1336B; }
a { background-color: rgb(177,51,107); }
div.DivClassName
{
background-color: #B1336B;
}
.BgClassName
{
background-color: #B1336B;
}
</style>
border-color css
<style>
span { border-color: #B1336B; }
span { border-color: rgb(177,51,107); }
td.TdClassName
{
border-color: #B1336B;
}
.TagClassName
{
border-color: #B1336B;
}
</style>