Shades of Rouge #9B416F
Tints of Rouge #9B416F
RGB
CMYK
RGB Variations
Color information
#9B416F (or 0x9B416F) is known color: Rouge. HEX triplet: 9B, 41 and 6F. RGB value is (155,65,111). Sum of RGB (Red+Green+Blue) = 155+65+111=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416F is #64BE90. Grayscale: #616161. Windows color (decimal): -6602385 or 7291291. OLE color: 7291291.
HSL color Cylindrical-coordinate representation of color #9B416F: hue angle of 329.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B416F is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 111 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.39 |
| HSL | 329.33º | 0.41% | 0.43% | - |
| HSV(B) | 329.33º | 0.58% | 0.61% | - |
| XYZ | 18.28 | 11.9 | 16.37 | - |
| YUV | 97.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 111 | 0 | 0.58 | 0.28 | 0.39 | 329.33 | 0.41 | 0.43 |
| Hex | 9B | 41 | 6F | 0 | 3A | 1C | 27 | 149 | 29 | 2B |
| Octal | 233 | 101 | 157 | 0 | 72 | 34 | 47 | 511 | 51 | 53 |
| Binary | 10011011 | 1000001 | 1101111 | 0 | 111010 | 11100 | 100111 | 101001001 | 101001 | 101011 |
Color Harmonies of #9B416F
Complementary color
Monochromatic Colors of #9B416F
Black with #9B416F
Text Example
Text Example
White with #9B416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B416F; }
p { color: rgb(155,65,111); }
H1.HeaderClassName
{
color: #9B416F;
}
.AnyTagClassName
{
color: #9B416F;
}
</style>
background-color css
<style>
a { background-color: #9B416F; }
a { background-color: rgb(155,65,111); }
div.DivClassName
{
background-color: #9B416F;
}
.BgClassName
{
background-color: #9B416F;
}
</style>
border-color css
<style>
span { border-color: #9B416F; }
span { border-color: rgb(155,65,111); }
td.TdClassName
{
border-color: #9B416F;
}
.TagClassName
{
border-color: #9B416F;
}
</style>