Shades of Rouge #9F3473
Tints of Rouge #9F3473
RGB
CMYK
RGB Variations
Color information
#9F3473 (or 0x9F3473) is known color: Rouge. HEX triplet: 9F, 34 and 73. RGB value is (159,52,115). Sum of RGB (Red+Green+Blue) = 159+52+115=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3473 is #60CB8C. Grayscale: #5B5B5B. Windows color (decimal): -6343565 or 7550111. OLE color: 7550111.
HSL color Cylindrical-coordinate representation of color #9F3473: hue angle of 324.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3473 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 115 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.38 |
| HSL | 324.67º | 0.51% | 0.41% | - |
| HSV(B) | 324.67º | 0.67% | 0.62% | - |
| XYZ | 18.62 | 11.06 | 17.37 | - |
| YUV | 91.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 115 | 0 | 0.67 | 0.28 | 0.38 | 324.67 | 0.51 | 0.41 |
| Hex | 9F | 34 | 73 | 0 | 43 | 1C | 26 | 145 | 33 | 29 |
| Octal | 237 | 64 | 163 | 0 | 103 | 34 | 46 | 505 | 63 | 51 |
| Binary | 10011111 | 110100 | 1110011 | 0 | 1000011 | 11100 | 100110 | 101000101 | 110011 | 101001 |
Color Harmonies of #9F3473
Complementary color
Monochromatic Colors of #9F3473
Black with #9F3473
Text Example
Text Example
White with #9F3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3473; }
p { color: rgb(159,52,115); }
H1.HeaderClassName
{
color: #9F3473;
}
.AnyTagClassName
{
color: #9F3473;
}
</style>
background-color css
<style>
a { background-color: #9F3473; }
a { background-color: rgb(159,52,115); }
div.DivClassName
{
background-color: #9F3473;
}
.BgClassName
{
background-color: #9F3473;
}
</style>
border-color css
<style>
span { border-color: #9F3473; }
span { border-color: rgb(159,52,115); }
td.TdClassName
{
border-color: #9F3473;
}
.TagClassName
{
border-color: #9F3473;
}
</style>