Shades of Rouge #B33E6D
Tints of Rouge #B33E6D
RGB
CMYK
RGB Variations
Color information
#B33E6D (or 0xB33E6D) is known color: Rouge. HEX triplet: B3, 3E and 6D. RGB value is (179,62,109). Sum of RGB (Red+Green+Blue) = 179+62+109=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E6D is #4CC192. Grayscale: #666666. Windows color (decimal): -5030291 or 7159475. OLE color: 7159475.
HSL color Cylindrical-coordinate representation of color #B33E6D: hue angle of 335.9º degrees, saturation: 0.49, 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 #B33E6D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 109 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.30 |
| HSL | 335.9º | 0.49% | 0.47% | - |
| HSV(B) | 335.9º | 0.65% | 0.7% | - |
| XYZ | 23.07 | 14.13 | 15.98 | - |
| YUV | 102.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 109 | 0 | 0.65 | 0.39 | 0.30 | 335.9 | 0.49 | 0.47 |
| Hex | B3 | 3E | 6D | 0 | 41 | 27 | 1E | 150 | 31 | 2F |
| Octal | 263 | 76 | 155 | 0 | 101 | 47 | 36 | 520 | 61 | 57 |
| Binary | 10110011 | 111110 | 1101101 | 0 | 1000001 | 100111 | 11110 | 101010000 | 110001 | 101111 |
Color Harmonies of #B33E6D
Complementary color
Monochromatic Colors of #B33E6D
Black with #B33E6D
Text Example
Text Example
White with #B33E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E6D; }
p { color: rgb(179,62,109); }
H1.HeaderClassName
{
color: #B33E6D;
}
.AnyTagClassName
{
color: #B33E6D;
}
</style>
background-color css
<style>
a { background-color: #B33E6D; }
a { background-color: rgb(179,62,109); }
div.DivClassName
{
background-color: #B33E6D;
}
.BgClassName
{
background-color: #B33E6D;
}
</style>
border-color css
<style>
span { border-color: #B33E6D; }
span { border-color: rgb(179,62,109); }
td.TdClassName
{
border-color: #B33E6D;
}
.TagClassName
{
border-color: #B33E6D;
}
</style>