Shades of Rouge #B32568
Tints of Rouge #B32568
RGB
CMYK
RGB Variations
Color information
#B32568 (or 0xB32568) is known color: Rouge. HEX triplet: B3, 25 and 68. RGB value is (179,37,104). Sum of RGB (Red+Green+Blue) = 179+37+104=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B32568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32568 is #4CDA97. Grayscale: #565656. Windows color (decimal): -5036696 or 6825395. OLE color: 6825395.
HSL color Cylindrical-coordinate representation of color #B32568: hue angle of 331.69º 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 #B32568 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 104 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.30 |
| HSL | 331.69º | 0.66% | 0.42% | - |
| HSV(B) | 331.69º | 0.79% | 0.7% | - |
| XYZ | 21.75 | 11.91 | 14.25 | - |
| YUV | 87.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 104 | 0 | 0.79 | 0.42 | 0.30 | 331.69 | 0.66 | 0.42 |
| Hex | B3 | 25 | 68 | 0 | 4F | 2A | 1E | 14C | 42 | 2A |
| Octal | 263 | 45 | 150 | 0 | 117 | 52 | 36 | 514 | 102 | 52 |
| Binary | 10110011 | 100101 | 1101000 | 0 | 1001111 | 101010 | 11110 | 101001100 | 1000010 | 101010 |
Color Harmonies of #B32568
Complementary color
Monochromatic Colors of #B32568
Black with #B32568
Text Example
Text Example
White with #B32568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32568; }
p { color: rgb(179,37,104); }
H1.HeaderClassName
{
color: #B32568;
}
.AnyTagClassName
{
color: #B32568;
}
</style>
background-color css
<style>
a { background-color: #B32568; }
a { background-color: rgb(179,37,104); }
div.DivClassName
{
background-color: #B32568;
}
.BgClassName
{
background-color: #B32568;
}
</style>
border-color css
<style>
span { border-color: #B32568; }
span { border-color: rgb(179,37,104); }
td.TdClassName
{
border-color: #B32568;
}
.TagClassName
{
border-color: #B32568;
}
</style>