Shades of Rouge #B13464
Tints of Rouge #B13464
RGB
CMYK
RGB Variations
Color information
#B13464 (or 0xB13464) is known color: Rouge. HEX triplet: B1, 34 and 64. RGB value is (177,52,100). Sum of RGB (Red+Green+Blue) = 177+52+100=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13464 is #4ECB9B. Grayscale: #5E5E5E. Windows color (decimal): -5163932 or 6567089. OLE color: 6567089.
HSL color Cylindrical-coordinate representation of color #B13464: hue angle of 336.96º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13464 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 100 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.31 |
| HSL | 336.96º | 0.55% | 0.45% | - |
| HSV(B) | 336.96º | 0.71% | 0.69% | - |
| XYZ | 21.66 | 12.72 | 13.37 | - |
| YUV | 94.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 100 | 0 | 0.71 | 0.44 | 0.31 | 336.96 | 0.55 | 0.45 |
| Hex | B1 | 34 | 64 | 0 | 47 | 2C | 1F | 151 | 37 | 2D |
| Octal | 261 | 64 | 144 | 0 | 107 | 54 | 37 | 521 | 67 | 55 |
| Binary | 10110001 | 110100 | 1100100 | 0 | 1000111 | 101100 | 11111 | 101010001 | 110111 | 101101 |
Color Harmonies of #B13464
Complementary color
Monochromatic Colors of #B13464
Black with #B13464
Text Example
Text Example
White with #B13464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13464; }
p { color: rgb(177,52,100); }
H1.HeaderClassName
{
color: #B13464;
}
.AnyTagClassName
{
color: #B13464;
}
</style>
background-color css
<style>
a { background-color: #B13464; }
a { background-color: rgb(177,52,100); }
div.DivClassName
{
background-color: #B13464;
}
.BgClassName
{
background-color: #B13464;
}
</style>
border-color css
<style>
span { border-color: #B13464; }
span { border-color: rgb(177,52,100); }
td.TdClassName
{
border-color: #B13464;
}
.TagClassName
{
border-color: #B13464;
}
</style>