Shades of Rouge #9F365F
Tints of Rouge #9F365F
RGB
CMYK
RGB Variations
Color information
#9F365F (or 0x9F365F) is known color: Rouge. HEX triplet: 9F, 36 and 5F. RGB value is (159,54,95). Sum of RGB (Red+Green+Blue) = 159+54+95=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F365F is #60C9A0. Grayscale: #5A5A5A. Windows color (decimal): -6343073 or 6239903. OLE color: 6239903.
HSL color Cylindrical-coordinate representation of color #9F365F: hue angle of 336.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F365F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 95 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.38 |
| HSL | 336.57º | 0.49% | 0.42% | - |
| HSV(B) | 336.57º | 0.66% | 0.62% | - |
| XYZ | 17.68 | 10.84 | 11.99 | - |
| YUV | 90.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 95 | 0 | 0.66 | 0.40 | 0.38 | 336.57 | 0.49 | 0.42 |
| Hex | 9F | 36 | 5F | 0 | 42 | 28 | 26 | 151 | 31 | 2A |
| Octal | 237 | 66 | 137 | 0 | 102 | 50 | 46 | 521 | 61 | 52 |
| Binary | 10011111 | 110110 | 1011111 | 0 | 1000010 | 101000 | 100110 | 101010001 | 110001 | 101010 |
Color Harmonies of #9F365F
Complementary color
Monochromatic Colors of #9F365F
Black with #9F365F
Text Example
Text Example
White with #9F365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F365F; }
p { color: rgb(159,54,95); }
H1.HeaderClassName
{
color: #9F365F;
}
.AnyTagClassName
{
color: #9F365F;
}
</style>
background-color css
<style>
a { background-color: #9F365F; }
a { background-color: rgb(159,54,95); }
div.DivClassName
{
background-color: #9F365F;
}
.BgClassName
{
background-color: #9F365F;
}
</style>
border-color css
<style>
span { border-color: #9F365F; }
span { border-color: rgb(159,54,95); }
td.TdClassName
{
border-color: #9F365F;
}
.TagClassName
{
border-color: #9F365F;
}
</style>