Shades of Rouge #B63365
Tints of Rouge #B63365
RGB
CMYK
RGB Variations
Color information
#B63365 (or 0xB63365) is known color: Rouge. HEX triplet: B6, 33 and 65. RGB value is (182,51,101). Sum of RGB (Red+Green+Blue) = 182+51+101=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63365 is #49CC9A. Grayscale: #5F5F5F. Windows color (decimal): -4836507 or 6632374. OLE color: 6632374.
HSL color Cylindrical-coordinate representation of color #B63365: hue angle of 337.1º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63365 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 101 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.29 |
| HSL | 337.1º | 0.56% | 0.46% | - |
| HSV(B) | 337.1º | 0.72% | 0.71% | - |
| XYZ | 22.82 | 13.25 | 13.67 | - |
| YUV | 95.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 101 | 0 | 0.72 | 0.45 | 0.29 | 337.1 | 0.56 | 0.46 |
| Hex | B6 | 33 | 65 | 0 | 48 | 2D | 1D | 151 | 38 | 2E |
| Octal | 266 | 63 | 145 | 0 | 110 | 55 | 35 | 521 | 70 | 56 |
| Binary | 10110110 | 110011 | 1100101 | 0 | 1001000 | 101101 | 11101 | 101010001 | 111000 | 101110 |
Color Harmonies of #B63365
Complementary color
Monochromatic Colors of #B63365
Black with #B63365
Text Example
Text Example
White with #B63365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63365; }
p { color: rgb(182,51,101); }
H1.HeaderClassName
{
color: #B63365;
}
.AnyTagClassName
{
color: #B63365;
}
</style>
background-color css
<style>
a { background-color: #B63365; }
a { background-color: rgb(182,51,101); }
div.DivClassName
{
background-color: #B63365;
}
.BgClassName
{
background-color: #B63365;
}
</style>
border-color css
<style>
span { border-color: #B63365; }
span { border-color: rgb(182,51,101); }
td.TdClassName
{
border-color: #B63365;
}
.TagClassName
{
border-color: #B63365;
}
</style>