Shades of Rouge #B33468
Tints of Rouge #B33468
RGB
CMYK
RGB Variations
Color information
#B33468 (or 0xB33468) is known color: Rouge. HEX triplet: B3, 34 and 68. RGB value is (179,52,104). Sum of RGB (Red+Green+Blue) = 179+52+104=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B33468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33468 is #4CCB97. Grayscale: #5F5F5F. Windows color (decimal): -5032856 or 6829235. OLE color: 6829235.
HSL color Cylindrical-coordinate representation of color #B33468: hue angle of 335.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33468 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 104 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.30 |
| HSL | 335.43º | 0.55% | 0.45% | - |
| HSV(B) | 335.43º | 0.71% | 0.7% | - |
| XYZ | 22.32 | 13.04 | 14.44 | - |
| YUV | 95.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 104 | 0 | 0.71 | 0.42 | 0.30 | 335.43 | 0.55 | 0.45 |
| Hex | B3 | 34 | 68 | 0 | 47 | 2A | 1E | 14F | 37 | 2D |
| Octal | 263 | 64 | 150 | 0 | 107 | 52 | 36 | 517 | 67 | 55 |
| Binary | 10110011 | 110100 | 1101000 | 0 | 1000111 | 101010 | 11110 | 101001111 | 110111 | 101101 |
Color Harmonies of #B33468
Complementary color
Monochromatic Colors of #B33468
Black with #B33468
Text Example
Text Example
White with #B33468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33468; }
p { color: rgb(179,52,104); }
H1.HeaderClassName
{
color: #B33468;
}
.AnyTagClassName
{
color: #B33468;
}
</style>
background-color css
<style>
a { background-color: #B33468; }
a { background-color: rgb(179,52,104); }
div.DivClassName
{
background-color: #B33468;
}
.BgClassName
{
background-color: #B33468;
}
</style>
border-color css
<style>
span { border-color: #B33468; }
span { border-color: rgb(179,52,104); }
td.TdClassName
{
border-color: #B33468;
}
.TagClassName
{
border-color: #B33468;
}
</style>