Shades of Rouge #B63263
Tints of Rouge #B63263
RGB
CMYK
RGB Variations
Color information
#B63263 (or 0xB63263) is known color: Rouge. HEX triplet: B6, 32 and 63. RGB value is (182,50,99). Sum of RGB (Red+Green+Blue) = 182+50+99=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63263 is #49CD9C. Grayscale: #5E5E5E. Windows color (decimal): -4836765 or 6501046. OLE color: 6501046.
HSL color Cylindrical-coordinate representation of color #B63263: hue angle of 337.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63263 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 99 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.29 |
| HSL | 337.73º | 0.57% | 0.45% | - |
| HSV(B) | 337.73º | 0.73% | 0.71% | - |
| XYZ | 22.68 | 13.13 | 13.14 | - |
| YUV | 95.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 99 | 0 | 0.73 | 0.46 | 0.29 | 337.73 | 0.57 | 0.45 |
| Hex | B6 | 32 | 63 | 0 | 49 | 2E | 1D | 152 | 39 | 2D |
| Octal | 266 | 62 | 143 | 0 | 111 | 56 | 35 | 522 | 71 | 55 |
| Binary | 10110110 | 110010 | 1100011 | 0 | 1001001 | 101110 | 11101 | 101010010 | 111001 | 101101 |
Color Harmonies of #B63263
Complementary color
Monochromatic Colors of #B63263
Black with #B63263
Text Example
Text Example
White with #B63263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63263; }
p { color: rgb(182,50,99); }
H1.HeaderClassName
{
color: #B63263;
}
.AnyTagClassName
{
color: #B63263;
}
</style>
background-color css
<style>
a { background-color: #B63263; }
a { background-color: rgb(182,50,99); }
div.DivClassName
{
background-color: #B63263;
}
.BgClassName
{
background-color: #B63263;
}
</style>
border-color css
<style>
span { border-color: #B63263; }
span { border-color: rgb(182,50,99); }
td.TdClassName
{
border-color: #B63263;
}
.TagClassName
{
border-color: #B63263;
}
</style>