Shades of Rouge #B33168
Tints of Rouge #B33168
RGB
CMYK
RGB Variations
Color information
#B33168 (or 0xB33168) is known color: Rouge. HEX triplet: B3, 31 and 68. RGB value is (179,49,104). Sum of RGB (Red+Green+Blue) = 179+49+104=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33168 is #4CCE97. Grayscale: #5E5E5E. Windows color (decimal): -5033624 or 6828467. OLE color: 6828467.
HSL color Cylindrical-coordinate representation of color #B33168: hue angle of 334.62º degrees, saturation: 0.57, 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 #B33168 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 104 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.30 |
| HSL | 334.62º | 0.57% | 0.45% | - |
| HSV(B) | 334.62º | 0.73% | 0.7% | - |
| XYZ | 22.19 | 12.78 | 14.39 | - |
| YUV | 94.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 104 | 0 | 0.73 | 0.42 | 0.30 | 334.62 | 0.57 | 0.45 |
| Hex | B3 | 31 | 68 | 0 | 49 | 2A | 1E | 14F | 39 | 2D |
| Octal | 263 | 61 | 150 | 0 | 111 | 52 | 36 | 517 | 71 | 55 |
| Binary | 10110011 | 110001 | 1101000 | 0 | 1001001 | 101010 | 11110 | 101001111 | 111001 | 101101 |
Color Harmonies of #B33168
Complementary color
Monochromatic Colors of #B33168
Black with #B33168
Text Example
Text Example
White with #B33168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33168; }
p { color: rgb(179,49,104); }
H1.HeaderClassName
{
color: #B33168;
}
.AnyTagClassName
{
color: #B33168;
}
</style>
background-color css
<style>
a { background-color: #B33168; }
a { background-color: rgb(179,49,104); }
div.DivClassName
{
background-color: #B33168;
}
.BgClassName
{
background-color: #B33168;
}
</style>
border-color css
<style>
span { border-color: #B33168; }
span { border-color: rgb(179,49,104); }
td.TdClassName
{
border-color: #B33168;
}
.TagClassName
{
border-color: #B33168;
}
</style>