Shades of Rouge #964078
Tints of Rouge #964078
RGB
CMYK
RGB Variations
Color information
#964078 (or 0x964078) is known color: Rouge. HEX triplet: 96, 40 and 78. RGB value is (150,64,120). Sum of RGB (Red+Green+Blue) = 150+64+120=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964078 is #69BF87. Grayscale: #5F5F5F. Windows color (decimal): -6930312 or 7880854. OLE color: 7880854.
HSL color Cylindrical-coordinate representation of color #964078: hue angle of 320.93º 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 #964078 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 120 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.41 |
| HSL | 320.93º | 0.4% | 0.42% | - |
| HSV(B) | 320.93º | 0.57% | 0.59% | - |
| XYZ | 17.8 | 11.51 | 19.05 | - |
| YUV | 96.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 120 | 0 | 0.57 | 0.20 | 0.41 | 320.93 | 0.4 | 0.42 |
| Hex | 96 | 40 | 78 | 0 | 39 | 14 | 29 | 141 | 28 | 2A |
| Octal | 226 | 100 | 170 | 0 | 71 | 24 | 51 | 501 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1111000 | 0 | 111001 | 10100 | 101001 | 101000001 | 101000 | 101010 |
Color Harmonies of #964078
Complementary color
Monochromatic Colors of #964078
Black with #964078
Text Example
Text Example
White with #964078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964078; }
p { color: rgb(150,64,120); }
H1.HeaderClassName
{
color: #964078;
}
.AnyTagClassName
{
color: #964078;
}
</style>
background-color css
<style>
a { background-color: #964078; }
a { background-color: rgb(150,64,120); }
div.DivClassName
{
background-color: #964078;
}
.BgClassName
{
background-color: #964078;
}
</style>
border-color css
<style>
span { border-color: #964078; }
span { border-color: rgb(150,64,120); }
td.TdClassName
{
border-color: #964078;
}
.TagClassName
{
border-color: #964078;
}
</style>