Shades of Rouge #B63863
Tints of Rouge #B63863
RGB
CMYK
RGB Variations
Color information
#B63863 (or 0xB63863) is known color: Rouge. HEX triplet: B6, 38 and 63. RGB value is (182,56,99). Sum of RGB (Red+Green+Blue) = 182+56+99=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63863 is #49C79C. Grayscale: #626262. Windows color (decimal): -4835229 or 6502582. OLE color: 6502582.
HSL color Cylindrical-coordinate representation of color #B63863: hue angle of 339.52º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63863 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 99 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.29 |
| HSL | 339.52º | 0.53% | 0.47% | - |
| HSV(B) | 339.52º | 0.69% | 0.71% | - |
| XYZ | 22.96 | 13.67 | 13.23 | - |
| YUV | 98.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 99 | 0 | 0.69 | 0.46 | 0.29 | 339.52 | 0.53 | 0.47 |
| Hex | B6 | 38 | 63 | 0 | 45 | 2E | 1D | 154 | 35 | 2F |
| Octal | 266 | 70 | 143 | 0 | 105 | 56 | 35 | 524 | 65 | 57 |
| Binary | 10110110 | 111000 | 1100011 | 0 | 1000101 | 101110 | 11101 | 101010100 | 110101 | 101111 |
Color Harmonies of #B63863
Complementary color
Monochromatic Colors of #B63863
Black with #B63863
Text Example
Text Example
White with #B63863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63863; }
p { color: rgb(182,56,99); }
H1.HeaderClassName
{
color: #B63863;
}
.AnyTagClassName
{
color: #B63863;
}
</style>
background-color css
<style>
a { background-color: #B63863; }
a { background-color: rgb(182,56,99); }
div.DivClassName
{
background-color: #B63863;
}
.BgClassName
{
background-color: #B63863;
}
</style>
border-color css
<style>
span { border-color: #B63863; }
span { border-color: rgb(182,56,99); }
td.TdClassName
{
border-color: #B63863;
}
.TagClassName
{
border-color: #B63863;
}
</style>