Shades of Rouge #B33863
Tints of Rouge #B33863
RGB
CMYK
RGB Variations
Color information
#B33863 (or 0xB33863) is known color: Rouge. HEX triplet: B3, 38 and 63. RGB value is (179,56,99). Sum of RGB (Red+Green+Blue) = 179+56+99=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B33863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33863 is #4CC79C. Grayscale: #616161. Windows color (decimal): -5031837 or 6502579. OLE color: 6502579.
HSL color Cylindrical-coordinate representation of color #B33863: hue angle of 339.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33863 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 99 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.30 |
| HSL | 339.02º | 0.52% | 0.46% | - |
| HSV(B) | 339.02º | 0.69% | 0.7% | - |
| XYZ | 22.26 | 13.31 | 13.2 | - |
| YUV | 97.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 99 | 0 | 0.69 | 0.45 | 0.30 | 339.02 | 0.52 | 0.46 |
| Hex | B3 | 38 | 63 | 0 | 45 | 2D | 1E | 153 | 34 | 2E |
| Octal | 263 | 70 | 143 | 0 | 105 | 55 | 36 | 523 | 64 | 56 |
| Binary | 10110011 | 111000 | 1100011 | 0 | 1000101 | 101101 | 11110 | 101010011 | 110100 | 101110 |
Color Harmonies of #B33863
Complementary color
Monochromatic Colors of #B33863
Black with #B33863
Text Example
Text Example
White with #B33863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33863; }
p { color: rgb(179,56,99); }
H1.HeaderClassName
{
color: #B33863;
}
.AnyTagClassName
{
color: #B33863;
}
</style>
background-color css
<style>
a { background-color: #B33863; }
a { background-color: rgb(179,56,99); }
div.DivClassName
{
background-color: #B33863;
}
.BgClassName
{
background-color: #B33863;
}
</style>
border-color css
<style>
span { border-color: #B33863; }
span { border-color: rgb(179,56,99); }
td.TdClassName
{
border-color: #B33863;
}
.TagClassName
{
border-color: #B33863;
}
</style>