Shades of Rouge #B13E61
Tints of Rouge #B13E61
RGB
CMYK
RGB Variations
Color information
#B13E61 (or 0xB13E61) is known color: Rouge. HEX triplet: B1, 3E and 61. RGB value is (177,62,97). Sum of RGB (Red+Green+Blue) = 177+62+97=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E61 is #4EC19E. Grayscale: #646464. Windows color (decimal): -5161375 or 6373041. OLE color: 6373041.
HSL color Cylindrical-coordinate representation of color #B13E61: hue angle of 341.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E61 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 97 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.31 |
| HSL | 341.74º | 0.48% | 0.47% | - |
| HSV(B) | 341.74º | 0.65% | 0.69% | - |
| XYZ | 22.01 | 13.66 | 12.78 | - |
| YUV | 100.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 97 | 0 | 0.65 | 0.45 | 0.31 | 341.74 | 0.48 | 0.47 |
| Hex | B1 | 3E | 61 | 0 | 41 | 2D | 1F | 156 | 30 | 2F |
| Octal | 261 | 76 | 141 | 0 | 101 | 55 | 37 | 526 | 60 | 57 |
| Binary | 10110001 | 111110 | 1100001 | 0 | 1000001 | 101101 | 11111 | 101010110 | 110000 | 101111 |
Color Harmonies of #B13E61
Complementary color
Monochromatic Colors of #B13E61
Black with #B13E61
Text Example
Text Example
White with #B13E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E61; }
p { color: rgb(177,62,97); }
H1.HeaderClassName
{
color: #B13E61;
}
.AnyTagClassName
{
color: #B13E61;
}
</style>
background-color css
<style>
a { background-color: #B13E61; }
a { background-color: rgb(177,62,97); }
div.DivClassName
{
background-color: #B13E61;
}
.BgClassName
{
background-color: #B13E61;
}
</style>
border-color css
<style>
span { border-color: #B13E61; }
span { border-color: rgb(177,62,97); }
td.TdClassName
{
border-color: #B13E61;
}
.TagClassName
{
border-color: #B13E61;
}
</style>