Shades of Rouge #B33D68
Tints of Rouge #B33D68
RGB
CMYK
RGB Variations
Color information
#B33D68 (or 0xB33D68) is known color: Rouge. HEX triplet: B3, 3D and 68. RGB value is (179,61,104). Sum of RGB (Red+Green+Blue) = 179+61+104=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D68 is #4CC297. Grayscale: #656565. Windows color (decimal): -5030552 or 6831539. OLE color: 6831539.
HSL color Cylindrical-coordinate representation of color #B33D68: hue angle of 338.14º degrees, saturation: 0.49, 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 #B33D68 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 104 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.30 |
| HSL | 338.14º | 0.49% | 0.47% | - |
| HSV(B) | 338.14º | 0.66% | 0.7% | - |
| XYZ | 22.76 | 13.92 | 14.58 | - |
| YUV | 101.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 104 | 0 | 0.66 | 0.42 | 0.30 | 338.14 | 0.49 | 0.47 |
| Hex | B3 | 3D | 68 | 0 | 42 | 2A | 1E | 152 | 31 | 2F |
| Octal | 263 | 75 | 150 | 0 | 102 | 52 | 36 | 522 | 61 | 57 |
| Binary | 10110011 | 111101 | 1101000 | 0 | 1000010 | 101010 | 11110 | 101010010 | 110001 | 101111 |
Color Harmonies of #B33D68
Complementary color
Monochromatic Colors of #B33D68
Black with #B33D68
Text Example
Text Example
White with #B33D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D68; }
p { color: rgb(179,61,104); }
H1.HeaderClassName
{
color: #B33D68;
}
.AnyTagClassName
{
color: #B33D68;
}
</style>
background-color css
<style>
a { background-color: #B33D68; }
a { background-color: rgb(179,61,104); }
div.DivClassName
{
background-color: #B33D68;
}
.BgClassName
{
background-color: #B33D68;
}
</style>
border-color css
<style>
span { border-color: #B33D68; }
span { border-color: rgb(179,61,104); }
td.TdClassName
{
border-color: #B33D68;
}
.TagClassName
{
border-color: #B33D68;
}
</style>