Shades of Rouge #964077
Tints of Rouge #964077
RGB
CMYK
RGB Variations
Color information
#964077 (or 0x964077) is known color: Rouge. HEX triplet: 96, 40 and 77. RGB value is (150,64,119). Sum of RGB (Red+Green+Blue) = 150+64+119=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964077 is #69BF88. Grayscale: #5F5F5F. Windows color (decimal): -6930313 or 7815318. OLE color: 7815318.
HSL color Cylindrical-coordinate representation of color #964077: hue angle of 321.63º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964077 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 119 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.41 |
| HSL | 321.63º | 0.4% | 0.42% | - |
| HSV(B) | 321.63º | 0.57% | 0.59% | - |
| XYZ | 17.74 | 11.48 | 18.73 | - |
| YUV | 95.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 119 | 0 | 0.57 | 0.21 | 0.41 | 321.63 | 0.4 | 0.42 |
| Hex | 96 | 40 | 77 | 0 | 39 | 15 | 29 | 142 | 28 | 2A |
| Octal | 226 | 100 | 167 | 0 | 71 | 25 | 51 | 502 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1110111 | 0 | 111001 | 10101 | 101001 | 101000010 | 101000 | 101010 |
Color Harmonies of #964077
Complementary color
Monochromatic Colors of #964077
Black with #964077
Text Example
Text Example
White with #964077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964077; }
p { color: rgb(150,64,119); }
H1.HeaderClassName
{
color: #964077;
}
.AnyTagClassName
{
color: #964077;
}
</style>
background-color css
<style>
a { background-color: #964077; }
a { background-color: rgb(150,64,119); }
div.DivClassName
{
background-color: #964077;
}
.BgClassName
{
background-color: #964077;
}
</style>
border-color css
<style>
span { border-color: #964077; }
span { border-color: rgb(150,64,119); }
td.TdClassName
{
border-color: #964077;
}
.TagClassName
{
border-color: #964077;
}
</style>