Shades of Rouge #B13369
Tints of Rouge #B13369
RGB
CMYK
RGB Variations
Color information
#B13369 (or 0xB13369) is known color: Rouge. HEX triplet: B1, 33 and 69. RGB value is (177,51,105). Sum of RGB (Red+Green+Blue) = 177+51+105=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B13369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13369 is #4ECC96. Grayscale: #5E5E5E. Windows color (decimal): -5164183 or 6894513. OLE color: 6894513.
HSL color Cylindrical-coordinate representation of color #B13369: hue angle of 334.29º 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 #B13369 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 105 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.31 |
| HSL | 334.29º | 0.55% | 0.45% | - |
| HSV(B) | 334.29º | 0.71% | 0.69% | - |
| XYZ | 21.87 | 12.73 | 14.67 | - |
| YUV | 94.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 105 | 0 | 0.71 | 0.41 | 0.31 | 334.29 | 0.55 | 0.45 |
| Hex | B1 | 33 | 69 | 0 | 47 | 29 | 1F | 14E | 37 | 2D |
| Octal | 261 | 63 | 151 | 0 | 107 | 51 | 37 | 516 | 67 | 55 |
| Binary | 10110001 | 110011 | 1101001 | 0 | 1000111 | 101001 | 11111 | 101001110 | 110111 | 101101 |
Color Harmonies of #B13369
Complementary color
Monochromatic Colors of #B13369
Black with #B13369
Text Example
Text Example
White with #B13369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13369; }
p { color: rgb(177,51,105); }
H1.HeaderClassName
{
color: #B13369;
}
.AnyTagClassName
{
color: #B13369;
}
</style>
background-color css
<style>
a { background-color: #B13369; }
a { background-color: rgb(177,51,105); }
div.DivClassName
{
background-color: #B13369;
}
.BgClassName
{
background-color: #B13369;
}
</style>
border-color css
<style>
span { border-color: #B13369; }
span { border-color: rgb(177,51,105); }
td.TdClassName
{
border-color: #B13369;
}
.TagClassName
{
border-color: #B13369;
}
</style>