Shades of Rouge #B1326D
Tints of Rouge #B1326D
RGB
CMYK
RGB Variations
Color information
#B1326D (or 0xB1326D) is known color: Rouge. HEX triplet: B1, 32 and 6D. RGB value is (177,50,109). Sum of RGB (Red+Green+Blue) = 177+50+109=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1326D is #4ECD92. Grayscale: #5E5E5E. Windows color (decimal): -5164435 or 7156401. OLE color: 7156401.
HSL color Cylindrical-coordinate representation of color #B1326D: hue angle of 332.13º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1326D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 109 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.31 |
| HSL | 332.13º | 0.56% | 0.45% | - |
| HSV(B) | 332.13º | 0.72% | 0.69% | - |
| XYZ | 22.03 | 12.73 | 15.76 | - |
| YUV | 94.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 109 | 0 | 0.72 | 0.38 | 0.31 | 332.13 | 0.56 | 0.45 |
| Hex | B1 | 32 | 6D | 0 | 48 | 26 | 1F | 14C | 38 | 2D |
| Octal | 261 | 62 | 155 | 0 | 110 | 46 | 37 | 514 | 70 | 55 |
| Binary | 10110001 | 110010 | 1101101 | 0 | 1001000 | 100110 | 11111 | 101001100 | 111000 | 101101 |
Color Harmonies of #B1326D
Complementary color
Monochromatic Colors of #B1326D
Black with #B1326D
Text Example
Text Example
White with #B1326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1326D; }
p { color: rgb(177,50,109); }
H1.HeaderClassName
{
color: #B1326D;
}
.AnyTagClassName
{
color: #B1326D;
}
</style>
background-color css
<style>
a { background-color: #B1326D; }
a { background-color: rgb(177,50,109); }
div.DivClassName
{
background-color: #B1326D;
}
.BgClassName
{
background-color: #B1326D;
}
</style>
border-color css
<style>
span { border-color: #B1326D; }
span { border-color: rgb(177,50,109); }
td.TdClassName
{
border-color: #B1326D;
}
.TagClassName
{
border-color: #B1326D;
}
</style>