Shades of Rouge #9F446A
Tints of Rouge #9F446A
RGB
CMYK
RGB Variations
Color information
#9F446A (or 0x9F446A) is known color: Rouge. HEX triplet: 9F, 44 and 6A. RGB value is (159,68,106). Sum of RGB (Red+Green+Blue) = 159+68+106=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F446A is #60BB95. Grayscale: #636363. Windows color (decimal): -6339478 or 6964383. OLE color: 6964383.
HSL color Cylindrical-coordinate representation of color #9F446A: hue angle of 334.95º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F446A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 106 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.38 |
| HSL | 334.95º | 0.4% | 0.45% | - |
| HSV(B) | 334.95º | 0.57% | 0.62% | - |
| XYZ | 18.97 | 12.55 | 15.06 | - |
| YUV | 99.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 106 | 0 | 0.57 | 0.33 | 0.38 | 334.95 | 0.4 | 0.45 |
| Hex | 9F | 44 | 6A | 0 | 39 | 21 | 26 | 14F | 28 | 2D |
| Octal | 237 | 104 | 152 | 0 | 71 | 41 | 46 | 517 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1101010 | 0 | 111001 | 100001 | 100110 | 101001111 | 101000 | 101101 |
Color Harmonies of #9F446A
Complementary color
Monochromatic Colors of #9F446A
Black with #9F446A
Text Example
Text Example
White with #9F446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F446A; }
p { color: rgb(159,68,106); }
H1.HeaderClassName
{
color: #9F446A;
}
.AnyTagClassName
{
color: #9F446A;
}
</style>
background-color css
<style>
a { background-color: #9F446A; }
a { background-color: rgb(159,68,106); }
div.DivClassName
{
background-color: #9F446A;
}
.BgClassName
{
background-color: #9F446A;
}
</style>
border-color css
<style>
span { border-color: #9F446A; }
span { border-color: rgb(159,68,106); }
td.TdClassName
{
border-color: #9F446A;
}
.TagClassName
{
border-color: #9F446A;
}
</style>