Shades of Rouge #963E72
Tints of Rouge #963E72
RGB
CMYK
RGB Variations
Color information
#963E72 (or 0x963E72) is known color: Rouge. HEX triplet: 96, 3E and 72. RGB value is (150,62,114). Sum of RGB (Red+Green+Blue) = 150+62+114=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #963E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E72 is #69C18D. Grayscale: #5E5E5E. Windows color (decimal): -6930830 or 7487126. OLE color: 7487126.
HSL color Cylindrical-coordinate representation of color #963E72: hue angle of 324.55º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E72 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 114 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.41 |
| HSL | 324.55º | 0.42% | 0.42% | - |
| HSV(B) | 324.55º | 0.59% | 0.59% | - |
| XYZ | 17.34 | 11.14 | 17.16 | - |
| YUV | 94.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 114 | 0 | 0.59 | 0.24 | 0.41 | 324.55 | 0.42 | 0.42 |
| Hex | 96 | 3E | 72 | 0 | 3B | 18 | 29 | 145 | 2A | 2A |
| Octal | 226 | 76 | 162 | 0 | 73 | 30 | 51 | 505 | 52 | 52 |
| Binary | 10010110 | 111110 | 1110010 | 0 | 111011 | 11000 | 101001 | 101000101 | 101010 | 101010 |
Color Harmonies of #963E72
Complementary color
Monochromatic Colors of #963E72
Black with #963E72
Text Example
Text Example
White with #963E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E72; }
p { color: rgb(150,62,114); }
H1.HeaderClassName
{
color: #963E72;
}
.AnyTagClassName
{
color: #963E72;
}
</style>
background-color css
<style>
a { background-color: #963E72; }
a { background-color: rgb(150,62,114); }
div.DivClassName
{
background-color: #963E72;
}
.BgClassName
{
background-color: #963E72;
}
</style>
border-color css
<style>
span { border-color: #963E72; }
span { border-color: rgb(150,62,114); }
td.TdClassName
{
border-color: #963E72;
}
.TagClassName
{
border-color: #963E72;
}
</style>