Shades of Rouge #B1275E
Tints of Rouge #B1275E
RGB
CMYK
RGB Variations
Color information
#B1275E (or 0xB1275E) is known color: Rouge. HEX triplet: B1, 27 and 5E. RGB value is (177,39,94). Sum of RGB (Red+Green+Blue) = 177+39+94=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275E is #4ED8A1. Grayscale: #565656. Windows color (decimal): -5167266 or 6170545. OLE color: 6170545.
HSL color Cylindrical-coordinate representation of color #B1275E: hue angle of 336.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1275E is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 94 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.31 |
| HSL | 336.09º | 0.64% | 0.42% | - |
| HSV(B) | 336.09º | 0.78% | 0.69% | - |
| XYZ | 20.88 | 11.61 | 11.73 | - |
| YUV | 86.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 94 | 0 | 0.78 | 0.47 | 0.31 | 336.09 | 0.64 | 0.42 |
| Hex | B1 | 27 | 5E | 0 | 4E | 2F | 1F | 150 | 40 | 2A |
| Octal | 261 | 47 | 136 | 0 | 116 | 57 | 37 | 520 | 100 | 52 |
| Binary | 10110001 | 100111 | 1011110 | 0 | 1001110 | 101111 | 11111 | 101010000 | 1000000 | 101010 |
Color Harmonies of #B1275E
Complementary color
Monochromatic Colors of #B1275E
Black with #B1275E
Text Example
Text Example
White with #B1275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1275E; }
p { color: rgb(177,39,94); }
H1.HeaderClassName
{
color: #B1275E;
}
.AnyTagClassName
{
color: #B1275E;
}
</style>
background-color css
<style>
a { background-color: #B1275E; }
a { background-color: rgb(177,39,94); }
div.DivClassName
{
background-color: #B1275E;
}
.BgClassName
{
background-color: #B1275E;
}
</style>
border-color css
<style>
span { border-color: #B1275E; }
span { border-color: rgb(177,39,94); }
td.TdClassName
{
border-color: #B1275E;
}
.TagClassName
{
border-color: #B1275E;
}
</style>