Shades of Rouge #B62862
Tints of Rouge #B62862
RGB
CMYK
RGB Variations
Color information
#B62862 (or 0xB62862) is known color: Rouge. HEX triplet: B6, 28 and 62. RGB value is (182,40,98). Sum of RGB (Red+Green+Blue) = 182+40+98=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B62862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62862 is #49D79D. Grayscale: #585858. Windows color (decimal): -4839326 or 6432950. OLE color: 6432950.
HSL color Cylindrical-coordinate representation of color #B62862: hue angle of 335.49º 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 #B62862 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 98 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.29 |
| HSL | 335.49º | 0.64% | 0.44% | - |
| HSV(B) | 335.49º | 0.78% | 0.71% | - |
| XYZ | 22.25 | 12.34 | 12.77 | - |
| YUV | 89.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 98 | 0 | 0.78 | 0.46 | 0.29 | 335.49 | 0.64 | 0.44 |
| Hex | B6 | 28 | 62 | 0 | 4E | 2E | 1D | 14F | 40 | 2C |
| Octal | 266 | 50 | 142 | 0 | 116 | 56 | 35 | 517 | 100 | 54 |
| Binary | 10110110 | 101000 | 1100010 | 0 | 1001110 | 101110 | 11101 | 101001111 | 1000000 | 101100 |
Color Harmonies of #B62862
Complementary color
Monochromatic Colors of #B62862
Black with #B62862
Text Example
Text Example
White with #B62862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62862; }
p { color: rgb(182,40,98); }
H1.HeaderClassName
{
color: #B62862;
}
.AnyTagClassName
{
color: #B62862;
}
</style>
background-color css
<style>
a { background-color: #B62862; }
a { background-color: rgb(182,40,98); }
div.DivClassName
{
background-color: #B62862;
}
.BgClassName
{
background-color: #B62862;
}
</style>
border-color css
<style>
span { border-color: #B62862; }
span { border-color: rgb(182,40,98); }
td.TdClassName
{
border-color: #B62862;
}
.TagClassName
{
border-color: #B62862;
}
</style>