Shades of Rouge #B62963
Tints of Rouge #B62963
RGB
CMYK
RGB Variations
Color information
#B62963 (or 0xB62963) is known color: Rouge. HEX triplet: B6, 29 and 63. RGB value is (182,41,99). Sum of RGB (Red+Green+Blue) = 182+41+99=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B62963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62963 is #49D69C. Grayscale: #595959. Windows color (decimal): -4839069 or 6498742. OLE color: 6498742.
HSL color Cylindrical-coordinate representation of color #B62963: hue angle of 335.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62963 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 99 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.29 |
| HSL | 335.32º | 0.63% | 0.44% | - |
| HSV(B) | 335.32º | 0.77% | 0.71% | - |
| XYZ | 22.34 | 12.43 | 13.03 | - |
| YUV | 89.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 99 | 0 | 0.77 | 0.46 | 0.29 | 335.32 | 0.63 | 0.44 |
| Hex | B6 | 29 | 63 | 0 | 4D | 2E | 1D | 14F | 3F | 2C |
| Octal | 266 | 51 | 143 | 0 | 115 | 56 | 35 | 517 | 77 | 54 |
| Binary | 10110110 | 101001 | 1100011 | 0 | 1001101 | 101110 | 11101 | 101001111 | 111111 | 101100 |
Color Harmonies of #B62963
Complementary color
Monochromatic Colors of #B62963
Black with #B62963
Text Example
Text Example
White with #B62963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62963; }
p { color: rgb(182,41,99); }
H1.HeaderClassName
{
color: #B62963;
}
.AnyTagClassName
{
color: #B62963;
}
</style>
background-color css
<style>
a { background-color: #B62963; }
a { background-color: rgb(182,41,99); }
div.DivClassName
{
background-color: #B62963;
}
.BgClassName
{
background-color: #B62963;
}
</style>
border-color css
<style>
span { border-color: #B62963; }
span { border-color: rgb(182,41,99); }
td.TdClassName
{
border-color: #B62963;
}
.TagClassName
{
border-color: #B62963;
}
</style>