Shades of Rouge #9F456A
Tints of Rouge #9F456A
RGB
CMYK
RGB Variations
Color information
#9F456A (or 0x9F456A) is known color: Rouge. HEX triplet: 9F, 45 and 6A. RGB value is (159,69,106). Sum of RGB (Red+Green+Blue) = 159+69+106=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F456A is #60BA95. Grayscale: #646464. Windows color (decimal): -6339222 or 6964639. OLE color: 6964639.
HSL color Cylindrical-coordinate representation of color #9F456A: hue angle of 335.33º degrees, saturation: 0.39, 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 #9F456A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 106 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.38 |
| HSL | 335.33º | 0.39% | 0.45% | - |
| HSV(B) | 335.33º | 0.57% | 0.62% | - |
| XYZ | 19.03 | 12.67 | 15.08 | - |
| YUV | 100.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 106 | 0 | 0.57 | 0.33 | 0.38 | 335.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 6A | 0 | 39 | 21 | 26 | 14F | 27 | 2D |
| Octal | 237 | 105 | 152 | 0 | 71 | 41 | 46 | 517 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1101010 | 0 | 111001 | 100001 | 100110 | 101001111 | 100111 | 101101 |
Color Harmonies of #9F456A
Complementary color
Monochromatic Colors of #9F456A
Black with #9F456A
Text Example
Text Example
White with #9F456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F456A; }
p { color: rgb(159,69,106); }
H1.HeaderClassName
{
color: #9F456A;
}
.AnyTagClassName
{
color: #9F456A;
}
</style>
background-color css
<style>
a { background-color: #9F456A; }
a { background-color: rgb(159,69,106); }
div.DivClassName
{
background-color: #9F456A;
}
.BgClassName
{
background-color: #9F456A;
}
</style>
border-color css
<style>
span { border-color: #9F456A; }
span { border-color: rgb(159,69,106); }
td.TdClassName
{
border-color: #9F456A;
}
.TagClassName
{
border-color: #9F456A;
}
</style>