Shades of Rouge #9A3976
Tints of Rouge #9A3976
RGB
CMYK
RGB Variations
Color information
#9A3976 (or 0x9A3976) is known color: Rouge. HEX triplet: 9A, 39 and 76. RGB value is (154,57,118). Sum of RGB (Red+Green+Blue) = 154+57+118=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3976 is #65C689. Grayscale: #5C5C5C. Windows color (decimal): -6669962 or 7747994. OLE color: 7747994.
HSL color Cylindrical-coordinate representation of color #9A3976: hue angle of 322.27º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3976 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 118 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.40 |
| HSL | 322.27º | 0.46% | 0.41% | - |
| HSV(B) | 322.27º | 0.63% | 0.6% | - |
| XYZ | 18.06 | 11.1 | 18.33 | - |
| YUV | 92.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 118 | 0 | 0.63 | 0.23 | 0.40 | 322.27 | 0.46 | 0.41 |
| Hex | 9A | 39 | 76 | 0 | 3F | 17 | 28 | 142 | 2E | 29 |
| Octal | 232 | 71 | 166 | 0 | 77 | 27 | 50 | 502 | 56 | 51 |
| Binary | 10011010 | 111001 | 1110110 | 0 | 111111 | 10111 | 101000 | 101000010 | 101110 | 101001 |
Color Harmonies of #9A3976
Complementary color
Monochromatic Colors of #9A3976
Black with #9A3976
Text Example
Text Example
White with #9A3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3976; }
p { color: rgb(154,57,118); }
H1.HeaderClassName
{
color: #9A3976;
}
.AnyTagClassName
{
color: #9A3976;
}
</style>
background-color css
<style>
a { background-color: #9A3976; }
a { background-color: rgb(154,57,118); }
div.DivClassName
{
background-color: #9A3976;
}
.BgClassName
{
background-color: #9A3976;
}
</style>
border-color css
<style>
span { border-color: #9A3976; }
span { border-color: rgb(154,57,118); }
td.TdClassName
{
border-color: #9A3976;
}
.TagClassName
{
border-color: #9A3976;
}
</style>