Shades of Rouge #B33F5E
Tints of Rouge #B33F5E
RGB
CMYK
RGB Variations
Color information
#B33F5E (or 0xB33F5E) is known color: Rouge. HEX triplet: B3, 3F and 5E. RGB value is (179,63,94). Sum of RGB (Red+Green+Blue) = 179+63+94=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F5E is #4CC0A1. Grayscale: #656565. Windows color (decimal): -5030050 or 6176691. OLE color: 6176691.
HSL color Cylindrical-coordinate representation of color #B33F5E: hue angle of 343.97º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F5E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 94 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.30 |
| HSL | 343.97º | 0.48% | 0.47% | - |
| HSV(B) | 343.97º | 0.65% | 0.7% | - |
| XYZ | 22.39 | 13.95 | 12.1 | - |
| YUV | 101.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 94 | 0 | 0.65 | 0.47 | 0.30 | 343.97 | 0.48 | 0.47 |
| Hex | B3 | 3F | 5E | 0 | 41 | 2F | 1E | 158 | 30 | 2F |
| Octal | 263 | 77 | 136 | 0 | 101 | 57 | 36 | 530 | 60 | 57 |
| Binary | 10110011 | 111111 | 1011110 | 0 | 1000001 | 101111 | 11110 | 101011000 | 110000 | 101111 |
Color Harmonies of #B33F5E
Complementary color
Monochromatic Colors of #B33F5E
Black with #B33F5E
Text Example
Text Example
White with #B33F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F5E; }
p { color: rgb(179,63,94); }
H1.HeaderClassName
{
color: #B33F5E;
}
.AnyTagClassName
{
color: #B33F5E;
}
</style>
background-color css
<style>
a { background-color: #B33F5E; }
a { background-color: rgb(179,63,94); }
div.DivClassName
{
background-color: #B33F5E;
}
.BgClassName
{
background-color: #B33F5E;
}
</style>
border-color css
<style>
span { border-color: #B33F5E; }
span { border-color: rgb(179,63,94); }
td.TdClassName
{
border-color: #B33F5E;
}
.TagClassName
{
border-color: #B33F5E;
}
</style>