Shades of Rouge #B32D68
Tints of Rouge #B32D68
RGB
CMYK
RGB Variations
Color information
#B32D68 (or 0xB32D68) is known color: Rouge. HEX triplet: B3, 2D and 68. RGB value is (179,45,104). Sum of RGB (Red+Green+Blue) = 179+45+104=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D68 is #4CD297. Grayscale: #5B5B5B. Windows color (decimal): -5034648 or 6827443. OLE color: 6827443.
HSL color Cylindrical-coordinate representation of color #B32D68: hue angle of 333.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D68 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 104 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.30 |
| HSL | 333.58º | 0.6% | 0.44% | - |
| HSV(B) | 333.58º | 0.75% | 0.7% | - |
| XYZ | 22.03 | 12.46 | 14.34 | - |
| YUV | 91.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 104 | 0 | 0.75 | 0.42 | 0.30 | 333.58 | 0.6 | 0.44 |
| Hex | B3 | 2D | 68 | 0 | 4B | 2A | 1E | 14E | 3C | 2C |
| Octal | 263 | 55 | 150 | 0 | 113 | 52 | 36 | 516 | 74 | 54 |
| Binary | 10110011 | 101101 | 1101000 | 0 | 1001011 | 101010 | 11110 | 101001110 | 111100 | 101100 |
Color Harmonies of #B32D68
Complementary color
Monochromatic Colors of #B32D68
Black with #B32D68
Text Example
Text Example
White with #B32D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D68; }
p { color: rgb(179,45,104); }
H1.HeaderClassName
{
color: #B32D68;
}
.AnyTagClassName
{
color: #B32D68;
}
</style>
background-color css
<style>
a { background-color: #B32D68; }
a { background-color: rgb(179,45,104); }
div.DivClassName
{
background-color: #B32D68;
}
.BgClassName
{
background-color: #B32D68;
}
</style>
border-color css
<style>
span { border-color: #B32D68; }
span { border-color: rgb(179,45,104); }
td.TdClassName
{
border-color: #B32D68;
}
.TagClassName
{
border-color: #B32D68;
}
</style>