Shades of Rouge #96396F
Tints of Rouge #96396F
RGB
CMYK
RGB Variations
Color information
#96396F (or 0x96396F) is known color: Rouge. HEX triplet: 96, 39 and 6F. RGB value is (150,57,111). Sum of RGB (Red+Green+Blue) = 150+57+111=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #96396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96396F is #69C690. Grayscale: #5A5A5A. Windows color (decimal): -6932113 or 7289238. OLE color: 7289238.
HSL color Cylindrical-coordinate representation of color #96396F: hue angle of 325.16º 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 #96396F is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 111 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.41 |
| HSL | 325.16º | 0.45% | 0.41% | - |
| HSV(B) | 325.16º | 0.62% | 0.59% | - |
| XYZ | 16.91 | 10.56 | 16.19 | - |
| YUV | 90.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 111 | 0 | 0.62 | 0.26 | 0.41 | 325.16 | 0.45 | 0.41 |
| Hex | 96 | 39 | 6F | 0 | 3E | 1A | 29 | 145 | 2D | 29 |
| Octal | 226 | 71 | 157 | 0 | 76 | 32 | 51 | 505 | 55 | 51 |
| Binary | 10010110 | 111001 | 1101111 | 0 | 111110 | 11010 | 101001 | 101000101 | 101101 | 101001 |
Color Harmonies of #96396F
Complementary color
Monochromatic Colors of #96396F
Black with #96396F
Text Example
Text Example
White with #96396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96396F; }
p { color: rgb(150,57,111); }
H1.HeaderClassName
{
color: #96396F;
}
.AnyTagClassName
{
color: #96396F;
}
</style>
background-color css
<style>
a { background-color: #96396F; }
a { background-color: rgb(150,57,111); }
div.DivClassName
{
background-color: #96396F;
}
.BgClassName
{
background-color: #96396F;
}
</style>
border-color css
<style>
span { border-color: #96396F; }
span { border-color: rgb(150,57,111); }
td.TdClassName
{
border-color: #96396F;
}
.TagClassName
{
border-color: #96396F;
}
</style>