Shades of Rouge #9F2A70
Tints of Rouge #9F2A70
RGB
CMYK
RGB Variations
Color information
#9F2A70 (or 0x9F2A70) is known color: Rouge. HEX triplet: 9F, 2A and 70. RGB value is (159,42,112). Sum of RGB (Red+Green+Blue) = 159+42+112=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A70 is #60D58F. Grayscale: #545454. Windows color (decimal): -6346128 or 7350943. OLE color: 7350943.
HSL color Cylindrical-coordinate representation of color #9F2A70: hue angle of 324.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A70 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 112 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.38 |
| HSL | 324.1º | 0.58% | 0.39% | - |
| HSV(B) | 324.1º | 0.74% | 0.62% | - |
| XYZ | 18.05 | 10.2 | 16.35 | - |
| YUV | 84.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 112 | 0 | 0.74 | 0.30 | 0.38 | 324.1 | 0.58 | 0.39 |
| Hex | 9F | 2A | 70 | 0 | 4A | 1E | 26 | 144 | 3A | 27 |
| Octal | 237 | 52 | 160 | 0 | 112 | 36 | 46 | 504 | 72 | 47 |
| Binary | 10011111 | 101010 | 1110000 | 0 | 1001010 | 11110 | 100110 | 101000100 | 111010 | 100111 |
Color Harmonies of #9F2A70
Complementary color
Monochromatic Colors of #9F2A70
Black with #9F2A70
Text Example
Text Example
White with #9F2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A70; }
p { color: rgb(159,42,112); }
H1.HeaderClassName
{
color: #9F2A70;
}
.AnyTagClassName
{
color: #9F2A70;
}
</style>
background-color css
<style>
a { background-color: #9F2A70; }
a { background-color: rgb(159,42,112); }
div.DivClassName
{
background-color: #9F2A70;
}
.BgClassName
{
background-color: #9F2A70;
}
</style>
border-color css
<style>
span { border-color: #9F2A70; }
span { border-color: rgb(159,42,112); }
td.TdClassName
{
border-color: #9F2A70;
}
.TagClassName
{
border-color: #9F2A70;
}
</style>