Shades of Rouge #963771
Tints of Rouge #963771
RGB
CMYK
RGB Variations
Color information
#963771 (or 0x963771) is known color: Rouge. HEX triplet: 96, 37 and 71. RGB value is (150,55,113). Sum of RGB (Red+Green+Blue) = 150+55+113=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #963771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963771 is #69C88E. Grayscale: #595959. Windows color (decimal): -6932623 or 7419798. OLE color: 7419798.
HSL color Cylindrical-coordinate representation of color #963771: hue angle of 323.37º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963771 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 113 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.41 |
| HSL | 323.37º | 0.46% | 0.4% | - |
| HSV(B) | 323.37º | 0.63% | 0.59% | - |
| XYZ | 16.92 | 10.41 | 16.74 | - |
| YUV | 90.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 113 | 0 | 0.63 | 0.25 | 0.41 | 323.37 | 0.46 | 0.4 |
| Hex | 96 | 37 | 71 | 0 | 3F | 19 | 29 | 143 | 2E | 28 |
| Octal | 226 | 67 | 161 | 0 | 77 | 31 | 51 | 503 | 56 | 50 |
| Binary | 10010110 | 110111 | 1110001 | 0 | 111111 | 11001 | 101001 | 101000011 | 101110 | 101000 |
Color Harmonies of #963771
Complementary color
Monochromatic Colors of #963771
Black with #963771
Text Example
Text Example
White with #963771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963771; }
p { color: rgb(150,55,113); }
H1.HeaderClassName
{
color: #963771;
}
.AnyTagClassName
{
color: #963771;
}
</style>
background-color css
<style>
a { background-color: #963771; }
a { background-color: rgb(150,55,113); }
div.DivClassName
{
background-color: #963771;
}
.BgClassName
{
background-color: #963771;
}
</style>
border-color css
<style>
span { border-color: #963771; }
span { border-color: rgb(150,55,113); }
td.TdClassName
{
border-color: #963771;
}
.TagClassName
{
border-color: #963771;
}
</style>