Shades of Rouge #B33567
Tints of Rouge #B33567
RGB
CMYK
RGB Variations
Color information
#B33567 (or 0xB33567) is known color: Rouge. HEX triplet: B3, 35 and 67. RGB value is (179,53,103). Sum of RGB (Red+Green+Blue) = 179+53+103=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B33567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33567 is #4CCA98. Grayscale: #606060. Windows color (decimal): -5032601 or 6763955. OLE color: 6763955.
HSL color Cylindrical-coordinate representation of color #B33567: hue angle of 336.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33567 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 103 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.30 |
| HSL | 336.19º | 0.54% | 0.45% | - |
| HSV(B) | 336.19º | 0.7% | 0.7% | - |
| XYZ | 22.31 | 13.11 | 14.19 | - |
| YUV | 96.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 103 | 0 | 0.70 | 0.42 | 0.30 | 336.19 | 0.54 | 0.45 |
| Hex | B3 | 35 | 67 | 0 | 46 | 2A | 1E | 150 | 36 | 2D |
| Octal | 263 | 65 | 147 | 0 | 106 | 52 | 36 | 520 | 66 | 55 |
| Binary | 10110011 | 110101 | 1100111 | 0 | 1000110 | 101010 | 11110 | 101010000 | 110110 | 101101 |
Color Harmonies of #B33567
Complementary color
Monochromatic Colors of #B33567
Black with #B33567
Text Example
Text Example
White with #B33567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33567; }
p { color: rgb(179,53,103); }
H1.HeaderClassName
{
color: #B33567;
}
.AnyTagClassName
{
color: #B33567;
}
</style>
background-color css
<style>
a { background-color: #B33567; }
a { background-color: rgb(179,53,103); }
div.DivClassName
{
background-color: #B33567;
}
.BgClassName
{
background-color: #B33567;
}
</style>
border-color css
<style>
span { border-color: #B33567; }
span { border-color: rgb(179,53,103); }
td.TdClassName
{
border-color: #B33567;
}
.TagClassName
{
border-color: #B33567;
}
</style>