Shades of Rouge #9F326B
Tints of Rouge #9F326B
RGB
CMYK
RGB Variations
Color information
#9F326B (or 0x9F326B) is known color: Rouge. HEX triplet: 9F, 32 and 6B. RGB value is (159,50,107). Sum of RGB (Red+Green+Blue) = 159+50+107=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F326B is #60CD94. Grayscale: #585858. Windows color (decimal): -6344085 or 7025311. OLE color: 7025311.
HSL color Cylindrical-coordinate representation of color #9F326B: hue angle of 328.62º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F326B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 107 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.38 |
| HSL | 328.62º | 0.52% | 0.41% | - |
| HSV(B) | 328.62º | 0.69% | 0.62% | - |
| XYZ | 18.09 | 10.71 | 15.02 | - |
| YUV | 89.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 107 | 0 | 0.69 | 0.33 | 0.38 | 328.62 | 0.52 | 0.41 |
| Hex | 9F | 32 | 6B | 0 | 45 | 21 | 26 | 149 | 34 | 29 |
| Octal | 237 | 62 | 153 | 0 | 105 | 41 | 46 | 511 | 64 | 51 |
| Binary | 10011111 | 110010 | 1101011 | 0 | 1000101 | 100001 | 100110 | 101001001 | 110100 | 101001 |
Color Harmonies of #9F326B
Complementary color
Monochromatic Colors of #9F326B
Black with #9F326B
Text Example
Text Example
White with #9F326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F326B; }
p { color: rgb(159,50,107); }
H1.HeaderClassName
{
color: #9F326B;
}
.AnyTagClassName
{
color: #9F326B;
}
</style>
background-color css
<style>
a { background-color: #9F326B; }
a { background-color: rgb(159,50,107); }
div.DivClassName
{
background-color: #9F326B;
}
.BgClassName
{
background-color: #9F326B;
}
</style>
border-color css
<style>
span { border-color: #9F326B; }
span { border-color: rgb(159,50,107); }
td.TdClassName
{
border-color: #9F326B;
}
.TagClassName
{
border-color: #9F326B;
}
</style>