Shades of Rouge #B62863
Tints of Rouge #B62863
RGB
CMYK
RGB Variations
Color information
#B62863 (or 0xB62863) is known color: Rouge. HEX triplet: B6, 28 and 63. RGB value is (182,40,99). Sum of RGB (Red+Green+Blue) = 182+40+99=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B62863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62863 is #49D79C. Grayscale: #595959. Windows color (decimal): -4839325 or 6498486. OLE color: 6498486.
HSL color Cylindrical-coordinate representation of color #B62863: hue angle of 335.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62863 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 99 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.29 |
| HSL | 335.07º | 0.64% | 0.44% | - |
| HSV(B) | 335.07º | 0.78% | 0.71% | - |
| XYZ | 22.3 | 12.36 | 13.02 | - |
| YUV | 89.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 99 | 0 | 0.78 | 0.46 | 0.29 | 335.07 | 0.64 | 0.44 |
| Hex | B6 | 28 | 63 | 0 | 4E | 2E | 1D | 14F | 40 | 2C |
| Octal | 266 | 50 | 143 | 0 | 116 | 56 | 35 | 517 | 100 | 54 |
| Binary | 10110110 | 101000 | 1100011 | 0 | 1001110 | 101110 | 11101 | 101001111 | 1000000 | 101100 |
Color Harmonies of #B62863
Complementary color
Monochromatic Colors of #B62863
Black with #B62863
Text Example
Text Example
White with #B62863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62863; }
p { color: rgb(182,40,99); }
H1.HeaderClassName
{
color: #B62863;
}
.AnyTagClassName
{
color: #B62863;
}
</style>
background-color css
<style>
a { background-color: #B62863; }
a { background-color: rgb(182,40,99); }
div.DivClassName
{
background-color: #B62863;
}
.BgClassName
{
background-color: #B62863;
}
</style>
border-color css
<style>
span { border-color: #B62863; }
span { border-color: rgb(182,40,99); }
td.TdClassName
{
border-color: #B62863;
}
.TagClassName
{
border-color: #B62863;
}
</style>