Shades of Rouge #9A346C
Tints of Rouge #9A346C
RGB
CMYK
RGB Variations
Color information
#9A346C (or 0x9A346C) is known color: Rouge. HEX triplet: 9A, 34 and 6C. RGB value is (154,52,108). Sum of RGB (Red+Green+Blue) = 154+52+108=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A346C is #65CB93. Grayscale: #585858. Windows color (decimal): -6671252 or 7091354. OLE color: 7091354.
HSL color Cylindrical-coordinate representation of color #9A346C: hue angle of 327.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A346C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 52 | 108 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.40 |
| HSL | 327.06º | 0.5% | 0.4% | - |
| HSV(B) | 327.06º | 0.66% | 0.6% | - |
| XYZ | 17.26 | 10.41 | 15.29 | - |
| YUV | 88.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 108 | 0 | 0.66 | 0.30 | 0.40 | 327.06 | 0.5 | 0.4 |
| Hex | 9A | 34 | 6C | 0 | 42 | 1E | 28 | 147 | 32 | 28 |
| Octal | 232 | 64 | 154 | 0 | 102 | 36 | 50 | 507 | 62 | 50 |
| Binary | 10011010 | 110100 | 1101100 | 0 | 1000010 | 11110 | 101000 | 101000111 | 110010 | 101000 |
Color Harmonies of #9A346C
Complementary color
Monochromatic Colors of #9A346C
Black with #9A346C
Text Example
Text Example
White with #9A346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A346C; }
p { color: rgb(154,52,108); }
H1.HeaderClassName
{
color: #9A346C;
}
.AnyTagClassName
{
color: #9A346C;
}
</style>
background-color css
<style>
a { background-color: #9A346C; }
a { background-color: rgb(154,52,108); }
div.DivClassName
{
background-color: #9A346C;
}
.BgClassName
{
background-color: #9A346C;
}
</style>
border-color css
<style>
span { border-color: #9A346C; }
span { border-color: rgb(154,52,108); }
td.TdClassName
{
border-color: #9A346C;
}
.TagClassName
{
border-color: #9A346C;
}
</style>