Shades of Rouge #B13659
Tints of Rouge #B13659
RGB
CMYK
RGB Variations
Color information
#B13659 (or 0xB13659) is known color: Rouge. HEX triplet: B1, 36 and 59. RGB value is (177,54,89). Sum of RGB (Red+Green+Blue) = 177+54+89=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B13659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13659 is #4EC9A6. Grayscale: #5E5E5E. Windows color (decimal): -5163431 or 5846705. OLE color: 5846705.
HSL color Cylindrical-coordinate representation of color #B13659: hue angle of 342.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13659 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 89 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.31 |
| HSL | 342.93º | 0.53% | 0.45% | - |
| HSV(B) | 342.93º | 0.69% | 0.69% | - |
| XYZ | 21.25 | 12.71 | 10.78 | - |
| YUV | 94.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 89 | 0 | 0.69 | 0.50 | 0.31 | 342.93 | 0.53 | 0.45 |
| Hex | B1 | 36 | 59 | 0 | 45 | 32 | 1F | 157 | 35 | 2D |
| Octal | 261 | 66 | 131 | 0 | 105 | 62 | 37 | 527 | 65 | 55 |
| Binary | 10110001 | 110110 | 1011001 | 0 | 1000101 | 110010 | 11111 | 101010111 | 110101 | 101101 |
Color Harmonies of #B13659
Complementary color
Monochromatic Colors of #B13659
Black with #B13659
Text Example
Text Example
White with #B13659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13659; }
p { color: rgb(177,54,89); }
H1.HeaderClassName
{
color: #B13659;
}
.AnyTagClassName
{
color: #B13659;
}
</style>
background-color css
<style>
a { background-color: #B13659; }
a { background-color: rgb(177,54,89); }
div.DivClassName
{
background-color: #B13659;
}
.BgClassName
{
background-color: #B13659;
}
</style>
border-color css
<style>
span { border-color: #B13659; }
span { border-color: rgb(177,54,89); }
td.TdClassName
{
border-color: #B13659;
}
.TagClassName
{
border-color: #B13659;
}
</style>