Shades of Rouge #B33367
Tints of Rouge #B33367
RGB
CMYK
RGB Variations
Color information
#B33367 (or 0xB33367) is known color: Rouge. HEX triplet: B3, 33 and 67. RGB value is (179,51,103). Sum of RGB (Red+Green+Blue) = 179+51+103=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B33367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33367 is #4CCC98. Grayscale: #5F5F5F. Windows color (decimal): -5033113 or 6763443. OLE color: 6763443.
HSL color Cylindrical-coordinate representation of color #B33367: hue angle of 335.62º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33367 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 103 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.30 |
| HSL | 335.63º | 0.56% | 0.45% | - |
| HSV(B) | 335.63º | 0.72% | 0.7% | - |
| XYZ | 22.22 | 12.93 | 14.16 | - |
| YUV | 95.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 103 | 0 | 0.72 | 0.42 | 0.30 | 335.63 | 0.56 | 0.45 |
| Hex | B3 | 33 | 67 | 0 | 48 | 2A | 1E | 150 | 38 | 2D |
| Octal | 263 | 63 | 147 | 0 | 110 | 52 | 36 | 520 | 70 | 55 |
| Binary | 10110011 | 110011 | 1100111 | 0 | 1001000 | 101010 | 11110 | 101010000 | 111000 | 101101 |
Color Harmonies of #B33367
Complementary color
Monochromatic Colors of #B33367
Black with #B33367
Text Example
Text Example
White with #B33367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33367; }
p { color: rgb(179,51,103); }
H1.HeaderClassName
{
color: #B33367;
}
.AnyTagClassName
{
color: #B33367;
}
</style>
background-color css
<style>
a { background-color: #B33367; }
a { background-color: rgb(179,51,103); }
div.DivClassName
{
background-color: #B33367;
}
.BgClassName
{
background-color: #B33367;
}
</style>
border-color css
<style>
span { border-color: #B33367; }
span { border-color: rgb(179,51,103); }
td.TdClassName
{
border-color: #B33367;
}
.TagClassName
{
border-color: #B33367;
}
</style>