Shades of Rouge #9A3666
Tints of Rouge #9A3666
RGB
CMYK
RGB Variations
Color information
#9A3666 (or 0x9A3666) is known color: Rouge. HEX triplet: 9A, 36 and 66. RGB value is (154,54,102). Sum of RGB (Red+Green+Blue) = 154+54+102=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3666 is #65C999. Grayscale: #595959. Windows color (decimal): -6670746 or 6698650. OLE color: 6698650.
HSL color Cylindrical-coordinate representation of color #9A3666: hue angle of 331.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3666 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 102 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.40 |
| HSL | 331.2º | 0.48% | 0.41% | - |
| HSV(B) | 331.2º | 0.65% | 0.6% | - |
| XYZ | 17.04 | 10.47 | 13.69 | - |
| YUV | 89.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 102 | 0 | 0.65 | 0.34 | 0.40 | 331.2 | 0.48 | 0.41 |
| Hex | 9A | 36 | 66 | 0 | 41 | 22 | 28 | 14B | 30 | 29 |
| Octal | 232 | 66 | 146 | 0 | 101 | 42 | 50 | 513 | 60 | 51 |
| Binary | 10011010 | 110110 | 1100110 | 0 | 1000001 | 100010 | 101000 | 101001011 | 110000 | 101001 |
Color Harmonies of #9A3666
Complementary color
Monochromatic Colors of #9A3666
Black with #9A3666
Text Example
Text Example
White with #9A3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3666; }
p { color: rgb(154,54,102); }
H1.HeaderClassName
{
color: #9A3666;
}
.AnyTagClassName
{
color: #9A3666;
}
</style>
background-color css
<style>
a { background-color: #9A3666; }
a { background-color: rgb(154,54,102); }
div.DivClassName
{
background-color: #9A3666;
}
.BgClassName
{
background-color: #9A3666;
}
</style>
border-color css
<style>
span { border-color: #9A3666; }
span { border-color: rgb(154,54,102); }
td.TdClassName
{
border-color: #9A3666;
}
.TagClassName
{
border-color: #9A3666;
}
</style>