Shades of Rouge #B1275D
Tints of Rouge #B1275D
RGB
CMYK
RGB Variations
Color information
#B1275D (or 0xB1275D) is known color: Rouge. HEX triplet: B1, 27 and 5D. RGB value is (177,39,93). Sum of RGB (Red+Green+Blue) = 177+39+93=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275D is #4ED8A2. Grayscale: #565656. Windows color (decimal): -5167267 or 6105009. OLE color: 6105009.
HSL color Cylindrical-coordinate representation of color #B1275D: hue angle of 336.52º 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 #B1275D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 93 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.31 |
| HSL | 336.52º | 0.64% | 0.42% | - |
| HSV(B) | 336.52º | 0.78% | 0.69% | - |
| XYZ | 20.83 | 11.59 | 11.49 | - |
| YUV | 86.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 93 | 0 | 0.78 | 0.47 | 0.31 | 336.52 | 0.64 | 0.42 |
| Hex | B1 | 27 | 5D | 0 | 4E | 2F | 1F | 151 | 40 | 2A |
| Octal | 261 | 47 | 135 | 0 | 116 | 57 | 37 | 521 | 100 | 52 |
| Binary | 10110001 | 100111 | 1011101 | 0 | 1001110 | 101111 | 11111 | 101010001 | 1000000 | 101010 |
Color Harmonies of #B1275D
Complementary color
Monochromatic Colors of #B1275D
Black with #B1275D
Text Example
Text Example
White with #B1275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1275D; }
p { color: rgb(177,39,93); }
H1.HeaderClassName
{
color: #B1275D;
}
.AnyTagClassName
{
color: #B1275D;
}
</style>
background-color css
<style>
a { background-color: #B1275D; }
a { background-color: rgb(177,39,93); }
div.DivClassName
{
background-color: #B1275D;
}
.BgClassName
{
background-color: #B1275D;
}
</style>
border-color css
<style>
span { border-color: #B1275D; }
span { border-color: rgb(177,39,93); }
td.TdClassName
{
border-color: #B1275D;
}
.TagClassName
{
border-color: #B1275D;
}
</style>