Shades of Rouge #963F76
Tints of Rouge #963F76
RGB
CMYK
RGB Variations
Color information
#963F76 (or 0x963F76) is known color: Rouge. HEX triplet: 96, 3F and 76. RGB value is (150,63,118). Sum of RGB (Red+Green+Blue) = 150+63+118=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F76 is #69C089. Grayscale: #5F5F5F. Windows color (decimal): -6930570 or 7749526. OLE color: 7749526.
HSL color Cylindrical-coordinate representation of color #963F76: hue angle of 322.07º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F76 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 118 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.41 |
| HSL | 322.07º | 0.41% | 0.42% | - |
| HSV(B) | 322.07º | 0.58% | 0.59% | - |
| XYZ | 17.63 | 11.35 | 18.4 | - |
| YUV | 95.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 118 | 0 | 0.58 | 0.21 | 0.41 | 322.07 | 0.41 | 0.42 |
| Hex | 96 | 3F | 76 | 0 | 3A | 15 | 29 | 142 | 29 | 2A |
| Octal | 226 | 77 | 166 | 0 | 72 | 25 | 51 | 502 | 51 | 52 |
| Binary | 10010110 | 111111 | 1110110 | 0 | 111010 | 10101 | 101001 | 101000010 | 101001 | 101010 |
Color Harmonies of #963F76
Complementary color
Monochromatic Colors of #963F76
Black with #963F76
Text Example
Text Example
White with #963F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F76; }
p { color: rgb(150,63,118); }
H1.HeaderClassName
{
color: #963F76;
}
.AnyTagClassName
{
color: #963F76;
}
</style>
background-color css
<style>
a { background-color: #963F76; }
a { background-color: rgb(150,63,118); }
div.DivClassName
{
background-color: #963F76;
}
.BgClassName
{
background-color: #963F76;
}
</style>
border-color css
<style>
span { border-color: #963F76; }
span { border-color: rgb(150,63,118); }
td.TdClassName
{
border-color: #963F76;
}
.TagClassName
{
border-color: #963F76;
}
</style>