Shades of Rouge #9F3667
Tints of Rouge #9F3667
RGB
CMYK
RGB Variations
Color information
#9F3667 (or 0x9F3667) is known color: Rouge. HEX triplet: 9F, 36 and 67. RGB value is (159,54,103). Sum of RGB (Red+Green+Blue) = 159+54+103=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3667 is #60C998. Grayscale: #5A5A5A. Windows color (decimal): -6343065 or 6764191. OLE color: 6764191.
HSL color Cylindrical-coordinate representation of color #9F3667: hue angle of 332º 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 #9F3667 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 103 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.38 |
| HSL | 332º | 0.49% | 0.42% | - |
| HSV(B) | 332º | 0.66% | 0.62% | - |
| XYZ | 18.07 | 10.99 | 14 | - |
| YUV | 90.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 103 | 0 | 0.66 | 0.35 | 0.38 | 332 | 0.49 | 0.42 |
| Hex | 9F | 36 | 67 | 0 | 42 | 23 | 26 | 14C | 31 | 2A |
| Octal | 237 | 66 | 147 | 0 | 102 | 43 | 46 | 514 | 61 | 52 |
| Binary | 10011111 | 110110 | 1100111 | 0 | 1000010 | 100011 | 100110 | 101001100 | 110001 | 101010 |
Color Harmonies of #9F3667
Complementary color
Monochromatic Colors of #9F3667
Black with #9F3667
Text Example
Text Example
White with #9F3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3667; }
p { color: rgb(159,54,103); }
H1.HeaderClassName
{
color: #9F3667;
}
.AnyTagClassName
{
color: #9F3667;
}
</style>
background-color css
<style>
a { background-color: #9F3667; }
a { background-color: rgb(159,54,103); }
div.DivClassName
{
background-color: #9F3667;
}
.BgClassName
{
background-color: #9F3667;
}
</style>
border-color css
<style>
span { border-color: #9F3667; }
span { border-color: rgb(159,54,103); }
td.TdClassName
{
border-color: #9F3667;
}
.TagClassName
{
border-color: #9F3667;
}
</style>