Shades of Rouge #B42663
Tints of Rouge #B42663
RGB
CMYK
RGB Variations
Color information
#B42663 (or 0xB42663) is known color: Rouge. HEX triplet: B4, 26 and 63. RGB value is (180,38,99). Sum of RGB (Red+Green+Blue) = 180+38+99=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42663 is #4BD99C. Grayscale: #575757. Windows color (decimal): -4970909 or 6497972. OLE color: 6497972.
HSL color Cylindrical-coordinate representation of color #B42663: hue angle of 334.23º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42663 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 99 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.29 |
| HSL | 334.23º | 0.65% | 0.43% | - |
| HSV(B) | 334.23º | 0.79% | 0.71% | - |
| XYZ | 21.77 | 11.99 | 12.97 | - |
| YUV | 87.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 99 | 0 | 0.79 | 0.45 | 0.29 | 334.23 | 0.65 | 0.43 |
| Hex | B4 | 26 | 63 | 0 | 4F | 2D | 1D | 14E | 41 | 2B |
| Octal | 264 | 46 | 143 | 0 | 117 | 55 | 35 | 516 | 101 | 53 |
| Binary | 10110100 | 100110 | 1100011 | 0 | 1001111 | 101101 | 11101 | 101001110 | 1000001 | 101011 |
Color Harmonies of #B42663
Complementary color
Monochromatic Colors of #B42663
Black with #B42663
Text Example
Text Example
White with #B42663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42663; }
p { color: rgb(180,38,99); }
H1.HeaderClassName
{
color: #B42663;
}
.AnyTagClassName
{
color: #B42663;
}
</style>
background-color css
<style>
a { background-color: #B42663; }
a { background-color: rgb(180,38,99); }
div.DivClassName
{
background-color: #B42663;
}
.BgClassName
{
background-color: #B42663;
}
</style>
border-color css
<style>
span { border-color: #B42663; }
span { border-color: rgb(180,38,99); }
td.TdClassName
{
border-color: #B42663;
}
.TagClassName
{
border-color: #B42663;
}
</style>