Shades of Rouge #9B4471
Tints of Rouge #9B4471
RGB
CMYK
RGB Variations
Color information
#9B4471 (or 0x9B4471) is known color: Rouge. HEX triplet: 9B, 44 and 71. RGB value is (155,68,113). Sum of RGB (Red+Green+Blue) = 155+68+113=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4471 is #64BB8E. Grayscale: #636363. Windows color (decimal): -6601615 or 7423131. OLE color: 7423131.
HSL color Cylindrical-coordinate representation of color #9B4471: hue angle of 328.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4471 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 113 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.39 |
| HSL | 328.97º | 0.39% | 0.44% | - |
| HSV(B) | 328.97º | 0.56% | 0.61% | - |
| XYZ | 18.57 | 12.3 | 17.02 | - |
| YUV | 99.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 113 | 0 | 0.56 | 0.27 | 0.39 | 328.97 | 0.39 | 0.44 |
| Hex | 9B | 44 | 71 | 0 | 38 | 1B | 27 | 149 | 27 | 2C |
| Octal | 233 | 104 | 161 | 0 | 70 | 33 | 47 | 511 | 47 | 54 |
| Binary | 10011011 | 1000100 | 1110001 | 0 | 111000 | 11011 | 100111 | 101001001 | 100111 | 101100 |
Color Harmonies of #9B4471
Complementary color
Monochromatic Colors of #9B4471
Black with #9B4471
Text Example
Text Example
White with #9B4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4471; }
p { color: rgb(155,68,113); }
H1.HeaderClassName
{
color: #9B4471;
}
.AnyTagClassName
{
color: #9B4471;
}
</style>
background-color css
<style>
a { background-color: #9B4471; }
a { background-color: rgb(155,68,113); }
div.DivClassName
{
background-color: #9B4471;
}
.BgClassName
{
background-color: #9B4471;
}
</style>
border-color css
<style>
span { border-color: #9B4471; }
span { border-color: rgb(155,68,113); }
td.TdClassName
{
border-color: #9B4471;
}
.TagClassName
{
border-color: #9B4471;
}
</style>