Shades of Rouge #9F356D
Tints of Rouge #9F356D
RGB
CMYK
RGB Variations
Color information
#9F356D (or 0x9F356D) is known color: Rouge. HEX triplet: 9F, 35 and 6D. RGB value is (159,53,109). Sum of RGB (Red+Green+Blue) = 159+53+109=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356D is #60CA92. Grayscale: #5A5A5A. Windows color (decimal): -6343315 or 7157151. OLE color: 7157151.
HSL color Cylindrical-coordinate representation of color #9F356D: hue angle of 328.3º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F356D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 109 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.38 |
| HSL | 328.3º | 0.5% | 0.42% | - |
| HSV(B) | 328.3º | 0.67% | 0.62% | - |
| XYZ | 18.33 | 11.02 | 15.63 | - |
| YUV | 91.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 109 | 0 | 0.67 | 0.31 | 0.38 | 328.3 | 0.5 | 0.42 |
| Hex | 9F | 35 | 6D | 0 | 43 | 1F | 26 | 148 | 32 | 2A |
| Octal | 237 | 65 | 155 | 0 | 103 | 37 | 46 | 510 | 62 | 52 |
| Binary | 10011111 | 110101 | 1101101 | 0 | 1000011 | 11111 | 100110 | 101001000 | 110010 | 101010 |
Color Harmonies of #9F356D
Complementary color
Monochromatic Colors of #9F356D
Black with #9F356D
Text Example
Text Example
White with #9F356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F356D; }
p { color: rgb(159,53,109); }
H1.HeaderClassName
{
color: #9F356D;
}
.AnyTagClassName
{
color: #9F356D;
}
</style>
background-color css
<style>
a { background-color: #9F356D; }
a { background-color: rgb(159,53,109); }
div.DivClassName
{
background-color: #9F356D;
}
.BgClassName
{
background-color: #9F356D;
}
</style>
border-color css
<style>
span { border-color: #9F356D; }
span { border-color: rgb(159,53,109); }
td.TdClassName
{
border-color: #9F356D;
}
.TagClassName
{
border-color: #9F356D;
}
</style>