Shades of Rouge #B13B61
Tints of Rouge #B13B61
RGB
CMYK
RGB Variations
Color information
#B13B61 (or 0xB13B61) is known color: Rouge. HEX triplet: B1, 3B and 61. RGB value is (177,59,97). Sum of RGB (Red+Green+Blue) = 177+59+97=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B61 is #4EC49E. Grayscale: #626262. Windows color (decimal): -5162143 or 6372273. OLE color: 6372273.
HSL color Cylindrical-coordinate representation of color #B13B61: hue angle of 340.68º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B61 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 97 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.31 |
| HSL | 340.68º | 0.5% | 0.46% | - |
| HSV(B) | 340.68º | 0.67% | 0.69% | - |
| XYZ | 21.85 | 13.34 | 12.73 | - |
| YUV | 98.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 97 | 0 | 0.67 | 0.45 | 0.31 | 340.68 | 0.5 | 0.46 |
| Hex | B1 | 3B | 61 | 0 | 43 | 2D | 1F | 155 | 32 | 2E |
| Octal | 261 | 73 | 141 | 0 | 103 | 55 | 37 | 525 | 62 | 56 |
| Binary | 10110001 | 111011 | 1100001 | 0 | 1000011 | 101101 | 11111 | 101010101 | 110010 | 101110 |
Color Harmonies of #B13B61
Complementary color
Monochromatic Colors of #B13B61
Black with #B13B61
Text Example
Text Example
White with #B13B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B61; }
p { color: rgb(177,59,97); }
H1.HeaderClassName
{
color: #B13B61;
}
.AnyTagClassName
{
color: #B13B61;
}
</style>
background-color css
<style>
a { background-color: #B13B61; }
a { background-color: rgb(177,59,97); }
div.DivClassName
{
background-color: #B13B61;
}
.BgClassName
{
background-color: #B13B61;
}
</style>
border-color css
<style>
span { border-color: #B13B61; }
span { border-color: rgb(177,59,97); }
td.TdClassName
{
border-color: #B13B61;
}
.TagClassName
{
border-color: #B13B61;
}
</style>