Shades of Rouge #B32967
Tints of Rouge #B32967
RGB
CMYK
RGB Variations
Color information
#B32967 (or 0xB32967) is known color: Rouge. HEX triplet: B3, 29 and 67. RGB value is (179,41,103). Sum of RGB (Red+Green+Blue) = 179+41+103=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B32967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32967 is #4CD698. Grayscale: #595959. Windows color (decimal): -5035673 or 6760883. OLE color: 6760883.
HSL color Cylindrical-coordinate representation of color #B32967: hue angle of 333.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32967 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 103 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.30 |
| HSL | 333.04º | 0.63% | 0.43% | - |
| HSV(B) | 333.04º | 0.77% | 0.7% | - |
| XYZ | 21.83 | 12.15 | 14.03 | - |
| YUV | 89.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 103 | 0 | 0.77 | 0.42 | 0.30 | 333.04 | 0.63 | 0.43 |
| Hex | B3 | 29 | 67 | 0 | 4D | 2A | 1E | 14D | 3F | 2B |
| Octal | 263 | 51 | 147 | 0 | 115 | 52 | 36 | 515 | 77 | 53 |
| Binary | 10110011 | 101001 | 1100111 | 0 | 1001101 | 101010 | 11110 | 101001101 | 111111 | 101011 |
Color Harmonies of #B32967
Complementary color
Monochromatic Colors of #B32967
Black with #B32967
Text Example
Text Example
White with #B32967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32967; }
p { color: rgb(179,41,103); }
H1.HeaderClassName
{
color: #B32967;
}
.AnyTagClassName
{
color: #B32967;
}
</style>
background-color css
<style>
a { background-color: #B32967; }
a { background-color: rgb(179,41,103); }
div.DivClassName
{
background-color: #B32967;
}
.BgClassName
{
background-color: #B32967;
}
</style>
border-color css
<style>
span { border-color: #B32967; }
span { border-color: rgb(179,41,103); }
td.TdClassName
{
border-color: #B32967;
}
.TagClassName
{
border-color: #B32967;
}
</style>