Shades of Rouge #B33068
Tints of Rouge #B33068
RGB
CMYK
RGB Variations
Color information
#B33068 (or 0xB33068) is known color: Rouge. HEX triplet: B3, 30 and 68. RGB value is (179,48,104). Sum of RGB (Red+Green+Blue) = 179+48+104=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33068 is #4CCF97. Grayscale: #5D5D5D. Windows color (decimal): -5033880 or 6828211. OLE color: 6828211.
HSL color Cylindrical-coordinate representation of color #B33068: hue angle of 334.35º 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 #B33068 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 104 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.30 |
| HSL | 334.35º | 0.58% | 0.45% | - |
| HSV(B) | 334.35º | 0.73% | 0.7% | - |
| XYZ | 22.15 | 12.7 | 14.38 | - |
| YUV | 93.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 104 | 0 | 0.73 | 0.42 | 0.30 | 334.35 | 0.58 | 0.45 |
| Hex | B3 | 30 | 68 | 0 | 49 | 2A | 1E | 14E | 3A | 2D |
| Octal | 263 | 60 | 150 | 0 | 111 | 52 | 36 | 516 | 72 | 55 |
| Binary | 10110011 | 110000 | 1101000 | 0 | 1001001 | 101010 | 11110 | 101001110 | 111010 | 101101 |
Color Harmonies of #B33068
Complementary color
Monochromatic Colors of #B33068
Black with #B33068
Text Example
Text Example
White with #B33068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33068; }
p { color: rgb(179,48,104); }
H1.HeaderClassName
{
color: #B33068;
}
.AnyTagClassName
{
color: #B33068;
}
</style>
background-color css
<style>
a { background-color: #B33068; }
a { background-color: rgb(179,48,104); }
div.DivClassName
{
background-color: #B33068;
}
.BgClassName
{
background-color: #B33068;
}
</style>
border-color css
<style>
span { border-color: #B33068; }
span { border-color: rgb(179,48,104); }
td.TdClassName
{
border-color: #B33068;
}
.TagClassName
{
border-color: #B33068;
}
</style>