Shades of Rouge #B33C68
Tints of Rouge #B33C68
RGB
CMYK
RGB Variations
Color information
#B33C68 (or 0xB33C68) is known color: Rouge. HEX triplet: B3, 3C and 68. RGB value is (179,60,104). Sum of RGB (Red+Green+Blue) = 179+60+104=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C68 is #4CC397. Grayscale: #646464. Windows color (decimal): -5030808 or 6831283. OLE color: 6831283.
HSL color Cylindrical-coordinate representation of color #B33C68: hue angle of 337.82º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C68 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 104 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.30 |
| HSL | 337.82º | 0.5% | 0.47% | - |
| HSV(B) | 337.82º | 0.66% | 0.7% | - |
| XYZ | 22.7 | 13.81 | 14.57 | - |
| YUV | 100.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 104 | 0 | 0.66 | 0.42 | 0.30 | 337.82 | 0.5 | 0.47 |
| Hex | B3 | 3C | 68 | 0 | 42 | 2A | 1E | 152 | 32 | 2F |
| Octal | 263 | 74 | 150 | 0 | 102 | 52 | 36 | 522 | 62 | 57 |
| Binary | 10110011 | 111100 | 1101000 | 0 | 1000010 | 101010 | 11110 | 101010010 | 110010 | 101111 |
Color Harmonies of #B33C68
Complementary color
Monochromatic Colors of #B33C68
Black with #B33C68
Text Example
Text Example
White with #B33C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C68; }
p { color: rgb(179,60,104); }
H1.HeaderClassName
{
color: #B33C68;
}
.AnyTagClassName
{
color: #B33C68;
}
</style>
background-color css
<style>
a { background-color: #B33C68; }
a { background-color: rgb(179,60,104); }
div.DivClassName
{
background-color: #B33C68;
}
.BgClassName
{
background-color: #B33C68;
}
</style>
border-color css
<style>
span { border-color: #B33C68; }
span { border-color: rgb(179,60,104); }
td.TdClassName
{
border-color: #B33C68;
}
.TagClassName
{
border-color: #B33C68;
}
</style>