Shades of Rouge #B33066
Tints of Rouge #B33066
RGB
CMYK
RGB Variations
Color information
#B33066 (or 0xB33066) is known color: Rouge. HEX triplet: B3, 30 and 66. RGB value is (179,48,102). Sum of RGB (Red+Green+Blue) = 179+48+102=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B33066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33066 is #4CCF99. Grayscale: #5D5D5D. Windows color (decimal): -5033882 or 6697139. OLE color: 6697139.
HSL color Cylindrical-coordinate representation of color #B33066: hue angle of 335.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33066 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 102 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.30 |
| HSL | 335.27º | 0.58% | 0.45% | - |
| HSV(B) | 335.27º | 0.73% | 0.7% | - |
| XYZ | 22.05 | 12.66 | 13.85 | - |
| YUV | 93.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 102 | 0 | 0.73 | 0.43 | 0.30 | 335.27 | 0.58 | 0.45 |
| Hex | B3 | 30 | 66 | 0 | 49 | 2B | 1E | 14F | 3A | 2D |
| Octal | 263 | 60 | 146 | 0 | 111 | 53 | 36 | 517 | 72 | 55 |
| Binary | 10110011 | 110000 | 1100110 | 0 | 1001001 | 101011 | 11110 | 101001111 | 111010 | 101101 |
Color Harmonies of #B33066
Complementary color
Monochromatic Colors of #B33066
Black with #B33066
Text Example
Text Example
White with #B33066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33066; }
p { color: rgb(179,48,102); }
H1.HeaderClassName
{
color: #B33066;
}
.AnyTagClassName
{
color: #B33066;
}
</style>
background-color css
<style>
a { background-color: #B33066; }
a { background-color: rgb(179,48,102); }
div.DivClassName
{
background-color: #B33066;
}
.BgClassName
{
background-color: #B33066;
}
</style>
border-color css
<style>
span { border-color: #B33066; }
span { border-color: rgb(179,48,102); }
td.TdClassName
{
border-color: #B33066;
}
.TagClassName
{
border-color: #B33066;
}
</style>