Shades of Rouge #9B4077
Tints of Rouge #9B4077
RGB
CMYK
RGB Variations
Color information
#9B4077 (or 0x9B4077) is known color: Rouge. HEX triplet: 9B, 40 and 77. RGB value is (155,64,119). Sum of RGB (Red+Green+Blue) = 155+64+119=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4077 is #64BF88. Grayscale: #616161. Windows color (decimal): -6602633 or 7815323. OLE color: 7815323.
HSL color Cylindrical-coordinate representation of color #9B4077: hue angle of 323.74º 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 #9B4077 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 119 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.39 |
| HSL | 323.74º | 0.42% | 0.43% | - |
| HSV(B) | 323.74º | 0.59% | 0.61% | - |
| XYZ | 18.68 | 11.97 | 18.78 | - |
| YUV | 97.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 119 | 0 | 0.59 | 0.23 | 0.39 | 323.74 | 0.42 | 0.43 |
| Hex | 9B | 40 | 77 | 0 | 3B | 17 | 27 | 144 | 2A | 2B |
| Octal | 233 | 100 | 167 | 0 | 73 | 27 | 47 | 504 | 52 | 53 |
| Binary | 10011011 | 1000000 | 1110111 | 0 | 111011 | 10111 | 100111 | 101000100 | 101010 | 101011 |
Color Harmonies of #9B4077
Complementary color
Monochromatic Colors of #9B4077
Black with #9B4077
Text Example
Text Example
White with #9B4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4077; }
p { color: rgb(155,64,119); }
H1.HeaderClassName
{
color: #9B4077;
}
.AnyTagClassName
{
color: #9B4077;
}
</style>
background-color css
<style>
a { background-color: #9B4077; }
a { background-color: rgb(155,64,119); }
div.DivClassName
{
background-color: #9B4077;
}
.BgClassName
{
background-color: #9B4077;
}
</style>
border-color css
<style>
span { border-color: #9B4077; }
span { border-color: rgb(155,64,119); }
td.TdClassName
{
border-color: #9B4077;
}
.TagClassName
{
border-color: #9B4077;
}
</style>