Shades of Rouge #B13B62
Tints of Rouge #B13B62
RGB
CMYK
RGB Variations
Color information
#B13B62 (or 0xB13B62) is known color: Rouge. HEX triplet: B1, 3B and 62. RGB value is (177,59,98). Sum of RGB (Red+Green+Blue) = 177+59+98=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B62 is #4EC49D. Grayscale: #626262. Windows color (decimal): -5162142 or 6437809. OLE color: 6437809.
HSL color Cylindrical-coordinate representation of color #B13B62: hue angle of 340.17º 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 #B13B62 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 98 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.31 |
| HSL | 340.17º | 0.5% | 0.46% | - |
| HSV(B) | 340.17º | 0.67% | 0.69% | - |
| XYZ | 21.9 | 13.36 | 12.98 | - |
| YUV | 98.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 98 | 0 | 0.67 | 0.45 | 0.31 | 340.17 | 0.5 | 0.46 |
| Hex | B1 | 3B | 62 | 0 | 43 | 2D | 1F | 154 | 32 | 2E |
| Octal | 261 | 73 | 142 | 0 | 103 | 55 | 37 | 524 | 62 | 56 |
| Binary | 10110001 | 111011 | 1100010 | 0 | 1000011 | 101101 | 11111 | 101010100 | 110010 | 101110 |
Color Harmonies of #B13B62
Complementary color
Monochromatic Colors of #B13B62
Black with #B13B62
Text Example
Text Example
White with #B13B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B62; }
p { color: rgb(177,59,98); }
H1.HeaderClassName
{
color: #B13B62;
}
.AnyTagClassName
{
color: #B13B62;
}
</style>
background-color css
<style>
a { background-color: #B13B62; }
a { background-color: rgb(177,59,98); }
div.DivClassName
{
background-color: #B13B62;
}
.BgClassName
{
background-color: #B13B62;
}
</style>
border-color css
<style>
span { border-color: #B13B62; }
span { border-color: rgb(177,59,98); }
td.TdClassName
{
border-color: #B13B62;
}
.TagClassName
{
border-color: #B13B62;
}
</style>