Shades of Rouge #9A3668
Tints of Rouge #9A3668
RGB
CMYK
RGB Variations
Color information
#9A3668 (or 0x9A3668) is known color: Rouge. HEX triplet: 9A, 36 and 68. RGB value is (154,54,104). Sum of RGB (Red+Green+Blue) = 154+54+104=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3668 is #65C997. Grayscale: #595959. Windows color (decimal): -6670744 or 6829722. OLE color: 6829722.
HSL color Cylindrical-coordinate representation of color #9A3668: hue angle of 330º 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 #9A3668 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 104 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.40 |
| HSL | 330º | 0.48% | 0.41% | - |
| HSV(B) | 330º | 0.65% | 0.6% | - |
| XYZ | 17.14 | 10.51 | 14.22 | - |
| YUV | 89.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 104 | 0 | 0.65 | 0.32 | 0.40 | 330 | 0.48 | 0.41 |
| Hex | 9A | 36 | 68 | 0 | 41 | 20 | 28 | 14A | 30 | 29 |
| Octal | 232 | 66 | 150 | 0 | 101 | 40 | 50 | 512 | 60 | 51 |
| Binary | 10011010 | 110110 | 1101000 | 0 | 1000001 | 100000 | 101000 | 101001010 | 110000 | 101001 |
Color Harmonies of #9A3668
Complementary color
Monochromatic Colors of #9A3668
Black with #9A3668
Text Example
Text Example
White with #9A3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3668; }
p { color: rgb(154,54,104); }
H1.HeaderClassName
{
color: #9A3668;
}
.AnyTagClassName
{
color: #9A3668;
}
</style>
background-color css
<style>
a { background-color: #9A3668; }
a { background-color: rgb(154,54,104); }
div.DivClassName
{
background-color: #9A3668;
}
.BgClassName
{
background-color: #9A3668;
}
</style>
border-color css
<style>
span { border-color: #9A3668; }
span { border-color: rgb(154,54,104); }
td.TdClassName
{
border-color: #9A3668;
}
.TagClassName
{
border-color: #9A3668;
}
</style>