Shades of Rouge #9F3762
Tints of Rouge #9F3762
RGB
CMYK
RGB Variations
Color information
#9F3762 (or 0x9F3762) is known color: Rouge. HEX triplet: 9F, 37 and 62. RGB value is (159,55,98). Sum of RGB (Red+Green+Blue) = 159+55+98=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3762 is #60C89D. Grayscale: #5A5A5A. Windows color (decimal): -6342814 or 6436767. OLE color: 6436767.
HSL color Cylindrical-coordinate representation of color #9F3762: hue angle of 335.19º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3762 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 98 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.38 |
| HSL | 335.19º | 0.49% | 0.42% | - |
| HSV(B) | 335.19º | 0.65% | 0.62% | - |
| XYZ | 17.87 | 10.99 | 12.73 | - |
| YUV | 91 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 98 | 0 | 0.65 | 0.38 | 0.38 | 335.19 | 0.49 | 0.42 |
| Hex | 9F | 37 | 62 | 0 | 41 | 26 | 26 | 14F | 31 | 2A |
| Octal | 237 | 67 | 142 | 0 | 101 | 46 | 46 | 517 | 61 | 52 |
| Binary | 10011111 | 110111 | 1100010 | 0 | 1000001 | 100110 | 100110 | 101001111 | 110001 | 101010 |
Color Harmonies of #9F3762
Complementary color
Monochromatic Colors of #9F3762
Black with #9F3762
Text Example
Text Example
White with #9F3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3762; }
p { color: rgb(159,55,98); }
H1.HeaderClassName
{
color: #9F3762;
}
.AnyTagClassName
{
color: #9F3762;
}
</style>
background-color css
<style>
a { background-color: #9F3762; }
a { background-color: rgb(159,55,98); }
div.DivClassName
{
background-color: #9F3762;
}
.BgClassName
{
background-color: #9F3762;
}
</style>
border-color css
<style>
span { border-color: #9F3762; }
span { border-color: rgb(159,55,98); }
td.TdClassName
{
border-color: #9F3762;
}
.TagClassName
{
border-color: #9F3762;
}
</style>