Shades of Rouge #9A3372
Tints of Rouge #9A3372
RGB
CMYK
RGB Variations
Color information
#9A3372 (or 0x9A3372) is known color: Rouge. HEX triplet: 9A, 33 and 72. RGB value is (154,51,114). Sum of RGB (Red+Green+Blue) = 154+51+114=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3372 is #65CC8D. Grayscale: #585858. Windows color (decimal): -6671502 or 7484314. OLE color: 7484314.
HSL color Cylindrical-coordinate representation of color #9A3372: hue angle of 323.3º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3372 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 114 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.40 |
| HSL | 323.3º | 0.5% | 0.4% | - |
| HSV(B) | 323.3º | 0.67% | 0.6% | - |
| XYZ | 17.55 | 10.45 | 17.01 | - |
| YUV | 88.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 114 | 0 | 0.67 | 0.26 | 0.40 | 323.3 | 0.5 | 0.4 |
| Hex | 9A | 33 | 72 | 0 | 43 | 1A | 28 | 143 | 32 | 28 |
| Octal | 232 | 63 | 162 | 0 | 103 | 32 | 50 | 503 | 62 | 50 |
| Binary | 10011010 | 110011 | 1110010 | 0 | 1000011 | 11010 | 101000 | 101000011 | 110010 | 101000 |
Color Harmonies of #9A3372
Complementary color
Monochromatic Colors of #9A3372
Black with #9A3372
Text Example
Text Example
White with #9A3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3372; }
p { color: rgb(154,51,114); }
H1.HeaderClassName
{
color: #9A3372;
}
.AnyTagClassName
{
color: #9A3372;
}
</style>
background-color css
<style>
a { background-color: #9A3372; }
a { background-color: rgb(154,51,114); }
div.DivClassName
{
background-color: #9A3372;
}
.BgClassName
{
background-color: #9A3372;
}
</style>
border-color css
<style>
span { border-color: #9A3372; }
span { border-color: rgb(154,51,114); }
td.TdClassName
{
border-color: #9A3372;
}
.TagClassName
{
border-color: #9A3372;
}
</style>