Shades of Rouge #96396E
Tints of Rouge #96396E
RGB
CMYK
RGB Variations
Color information
#96396E (or 0x96396E) is known color: Rouge. HEX triplet: 96, 39 and 6E. RGB value is (150,57,110). Sum of RGB (Red+Green+Blue) = 150+57+110=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96396E is #69C691. Grayscale: #5A5A5A. Windows color (decimal): -6932114 or 7223702. OLE color: 7223702.
HSL color Cylindrical-coordinate representation of color #96396E: hue angle of 325.81º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96396E is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 110 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.41 |
| HSL | 325.81º | 0.45% | 0.41% | - |
| HSV(B) | 325.81º | 0.62% | 0.59% | - |
| XYZ | 16.86 | 10.54 | 15.9 | - |
| YUV | 90.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 110 | 0 | 0.62 | 0.27 | 0.41 | 325.81 | 0.45 | 0.41 |
| Hex | 96 | 39 | 6E | 0 | 3E | 1B | 29 | 146 | 2D | 29 |
| Octal | 226 | 71 | 156 | 0 | 76 | 33 | 51 | 506 | 55 | 51 |
| Binary | 10010110 | 111001 | 1101110 | 0 | 111110 | 11011 | 101001 | 101000110 | 101101 | 101001 |
Color Harmonies of #96396E
Complementary color
Monochromatic Colors of #96396E
Black with #96396E
Text Example
Text Example
White with #96396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96396E; }
p { color: rgb(150,57,110); }
H1.HeaderClassName
{
color: #96396E;
}
.AnyTagClassName
{
color: #96396E;
}
</style>
background-color css
<style>
a { background-color: #96396E; }
a { background-color: rgb(150,57,110); }
div.DivClassName
{
background-color: #96396E;
}
.BgClassName
{
background-color: #96396E;
}
</style>
border-color css
<style>
span { border-color: #96396E; }
span { border-color: rgb(150,57,110); }
td.TdClassName
{
border-color: #96396E;
}
.TagClassName
{
border-color: #96396E;
}
</style>