Shades of Rouge #B32563
Tints of Rouge #B32563
RGB
CMYK
RGB Variations
Color information
#B32563 (or 0xB32563) is known color: Rouge. HEX triplet: B3, 25 and 63. RGB value is (179,37,99). Sum of RGB (Red+Green+Blue) = 179+37+99=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32563 is #4CDA9C. Grayscale: #565656. Windows color (decimal): -5036701 or 6497715. OLE color: 6497715.
HSL color Cylindrical-coordinate representation of color #B32563: hue angle of 333.8º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32563 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 99 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.30 |
| HSL | 333.8º | 0.66% | 0.42% | - |
| HSV(B) | 333.8º | 0.79% | 0.7% | - |
| XYZ | 21.5 | 11.81 | 12.95 | - |
| YUV | 86.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 99 | 0 | 0.79 | 0.45 | 0.30 | 333.8 | 0.66 | 0.42 |
| Hex | B3 | 25 | 63 | 0 | 4F | 2D | 1E | 14E | 42 | 2A |
| Octal | 263 | 45 | 143 | 0 | 117 | 55 | 36 | 516 | 102 | 52 |
| Binary | 10110011 | 100101 | 1100011 | 0 | 1001111 | 101101 | 11110 | 101001110 | 1000010 | 101010 |
Color Harmonies of #B32563
Complementary color
Monochromatic Colors of #B32563
Black with #B32563
Text Example
Text Example
White with #B32563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32563; }
p { color: rgb(179,37,99); }
H1.HeaderClassName
{
color: #B32563;
}
.AnyTagClassName
{
color: #B32563;
}
</style>
background-color css
<style>
a { background-color: #B32563; }
a { background-color: rgb(179,37,99); }
div.DivClassName
{
background-color: #B32563;
}
.BgClassName
{
background-color: #B32563;
}
</style>
border-color css
<style>
span { border-color: #B32563; }
span { border-color: rgb(179,37,99); }
td.TdClassName
{
border-color: #B32563;
}
.TagClassName
{
border-color: #B32563;
}
</style>