Shades of Rouge #B32668
Tints of Rouge #B32668
RGB
CMYK
RGB Variations
Color information
#B32668 (or 0xB32668) is known color: Rouge. HEX triplet: B3, 26 and 68. RGB value is (179,38,104). Sum of RGB (Red+Green+Blue) = 179+38+104=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B32668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32668 is #4CD997. Grayscale: #575757. Windows color (decimal): -5036440 or 6825651. OLE color: 6825651.
HSL color Cylindrical-coordinate representation of color #B32668: hue angle of 331.91º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32668 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 104 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.30 |
| HSL | 331.91º | 0.65% | 0.43% | - |
| HSV(B) | 331.91º | 0.79% | 0.7% | - |
| XYZ | 21.78 | 11.97 | 14.26 | - |
| YUV | 87.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 104 | 0 | 0.79 | 0.42 | 0.30 | 331.91 | 0.65 | 0.43 |
| Hex | B3 | 26 | 68 | 0 | 4F | 2A | 1E | 14C | 41 | 2B |
| Octal | 263 | 46 | 150 | 0 | 117 | 52 | 36 | 514 | 101 | 53 |
| Binary | 10110011 | 100110 | 1101000 | 0 | 1001111 | 101010 | 11110 | 101001100 | 1000001 | 101011 |
Color Harmonies of #B32668
Complementary color
Monochromatic Colors of #B32668
Black with #B32668
Text Example
Text Example
White with #B32668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32668; }
p { color: rgb(179,38,104); }
H1.HeaderClassName
{
color: #B32668;
}
.AnyTagClassName
{
color: #B32668;
}
</style>
background-color css
<style>
a { background-color: #B32668; }
a { background-color: rgb(179,38,104); }
div.DivClassName
{
background-color: #B32668;
}
.BgClassName
{
background-color: #B32668;
}
</style>
border-color css
<style>
span { border-color: #B32668; }
span { border-color: rgb(179,38,104); }
td.TdClassName
{
border-color: #B32668;
}
.TagClassName
{
border-color: #B32668;
}
</style>