Shades of Rouge #9B406F
Tints of Rouge #9B406F
RGB
CMYK
RGB Variations
Color information
#9B406F (or 0x9B406F) is known color: Rouge. HEX triplet: 9B, 40 and 6F. RGB value is (155,64,111). Sum of RGB (Red+Green+Blue) = 155+64+111=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B406F is #64BF90. Grayscale: #606060. Windows color (decimal): -6602641 or 7291035. OLE color: 7291035.
HSL color Cylindrical-coordinate representation of color #9B406F: hue angle of 329.01º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B406F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 111 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.39 |
| HSL | 329.01º | 0.42% | 0.43% | - |
| HSV(B) | 329.01º | 0.59% | 0.61% | - |
| XYZ | 18.22 | 11.78 | 16.35 | - |
| YUV | 96.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 111 | 0 | 0.59 | 0.28 | 0.39 | 329.01 | 0.42 | 0.43 |
| Hex | 9B | 40 | 6F | 0 | 3B | 1C | 27 | 149 | 2A | 2B |
| Octal | 233 | 100 | 157 | 0 | 73 | 34 | 47 | 511 | 52 | 53 |
| Binary | 10011011 | 1000000 | 1101111 | 0 | 111011 | 11100 | 100111 | 101001001 | 101010 | 101011 |
Color Harmonies of #9B406F
Complementary color
Monochromatic Colors of #9B406F
Black with #9B406F
Text Example
Text Example
White with #9B406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B406F; }
p { color: rgb(155,64,111); }
H1.HeaderClassName
{
color: #9B406F;
}
.AnyTagClassName
{
color: #9B406F;
}
</style>
background-color css
<style>
a { background-color: #9B406F; }
a { background-color: rgb(155,64,111); }
div.DivClassName
{
background-color: #9B406F;
}
.BgClassName
{
background-color: #9B406F;
}
</style>
border-color css
<style>
span { border-color: #9B406F; }
span { border-color: rgb(155,64,111); }
td.TdClassName
{
border-color: #9B406F;
}
.TagClassName
{
border-color: #9B406F;
}
</style>