Shades of Rouge #96336F
Tints of Rouge #96336F
RGB
CMYK
RGB Variations
Color information
#96336F (or 0x96336F) is known color: Rouge. HEX triplet: 96, 33 and 6F. RGB value is (150,51,111). Sum of RGB (Red+Green+Blue) = 150+51+111=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96336F is #69CC90. Grayscale: #575757. Windows color (decimal): -6933649 or 7287702. OLE color: 7287702.
HSL color Cylindrical-coordinate representation of color #96336F: hue angle of 323.64º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96336F is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 111 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.41 |
| HSL | 323.64º | 0.49% | 0.39% | - |
| HSV(B) | 323.64º | 0.66% | 0.59% | - |
| XYZ | 16.63 | 10 | 16.09 | - |
| YUV | 87.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 111 | 0 | 0.66 | 0.26 | 0.41 | 323.64 | 0.49 | 0.39 |
| Hex | 96 | 33 | 6F | 0 | 42 | 1A | 29 | 144 | 31 | 27 |
| Octal | 226 | 63 | 157 | 0 | 102 | 32 | 51 | 504 | 61 | 47 |
| Binary | 10010110 | 110011 | 1101111 | 0 | 1000010 | 11010 | 101001 | 101000100 | 110001 | 100111 |
Color Harmonies of #96336F
Complementary color
Monochromatic Colors of #96336F
Black with #96336F
Text Example
Text Example
White with #96336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96336F; }
p { color: rgb(150,51,111); }
H1.HeaderClassName
{
color: #96336F;
}
.AnyTagClassName
{
color: #96336F;
}
</style>
background-color css
<style>
a { background-color: #96336F; }
a { background-color: rgb(150,51,111); }
div.DivClassName
{
background-color: #96336F;
}
.BgClassName
{
background-color: #96336F;
}
</style>
border-color css
<style>
span { border-color: #96336F; }
span { border-color: rgb(150,51,111); }
td.TdClassName
{
border-color: #96336F;
}
.TagClassName
{
border-color: #96336F;
}
</style>