Shades of Rouge #9F476B
Tints of Rouge #9F476B
RGB
CMYK
RGB Variations
Color information
#9F476B (or 0x9F476B) is known color: Rouge. HEX triplet: 9F, 47 and 6B. RGB value is (159,71,107). Sum of RGB (Red+Green+Blue) = 159+71+107=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F476B is #60B894. Grayscale: #656565. Windows color (decimal): -6338709 or 7030687. OLE color: 7030687.
HSL color Cylindrical-coordinate representation of color #9F476B: hue angle of 335.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F476B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 107 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.38 |
| HSL | 335.45º | 0.38% | 0.45% | - |
| HSV(B) | 335.45º | 0.55% | 0.62% | - |
| XYZ | 19.21 | 12.94 | 15.4 | - |
| YUV | 101.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 107 | 0 | 0.55 | 0.33 | 0.38 | 335.45 | 0.38 | 0.45 |
| Hex | 9F | 47 | 6B | 0 | 37 | 21 | 26 | 14F | 26 | 2D |
| Octal | 237 | 107 | 153 | 0 | 67 | 41 | 46 | 517 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1101011 | 0 | 110111 | 100001 | 100110 | 101001111 | 100110 | 101101 |
Color Harmonies of #9F476B
Complementary color
Monochromatic Colors of #9F476B
Black with #9F476B
Text Example
Text Example
White with #9F476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F476B; }
p { color: rgb(159,71,107); }
H1.HeaderClassName
{
color: #9F476B;
}
.AnyTagClassName
{
color: #9F476B;
}
</style>
background-color css
<style>
a { background-color: #9F476B; }
a { background-color: rgb(159,71,107); }
div.DivClassName
{
background-color: #9F476B;
}
.BgClassName
{
background-color: #9F476B;
}
</style>
border-color css
<style>
span { border-color: #9F476B; }
span { border-color: rgb(159,71,107); }
td.TdClassName
{
border-color: #9F476B;
}
.TagClassName
{
border-color: #9F476B;
}
</style>