Shades of Rouge #9B3977
Tints of Rouge #9B3977
RGB
CMYK
RGB Variations
Color information
#9B3977 (or 0x9B3977) is known color: Rouge. HEX triplet: 9B, 39 and 77. RGB value is (155,57,119). Sum of RGB (Red+Green+Blue) = 155+57+119=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3977 is #64C688. Grayscale: #5D5D5D. Windows color (decimal): -6604425 or 7813531. OLE color: 7813531.
HSL color Cylindrical-coordinate representation of color #9B3977: hue angle of 322.04º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B3977 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 119 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.39 |
| HSL | 322.04º | 0.46% | 0.42% | - |
| HSV(B) | 322.04º | 0.63% | 0.61% | - |
| XYZ | 18.31 | 11.23 | 18.65 | - |
| YUV | 93.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 119 | 0 | 0.63 | 0.23 | 0.39 | 322.04 | 0.46 | 0.42 |
| Hex | 9B | 39 | 77 | 0 | 3F | 17 | 27 | 142 | 2E | 2A |
| Octal | 233 | 71 | 167 | 0 | 77 | 27 | 47 | 502 | 56 | 52 |
| Binary | 10011011 | 111001 | 1110111 | 0 | 111111 | 10111 | 100111 | 101000010 | 101110 | 101010 |
Color Harmonies of #9B3977
Complementary color
Monochromatic Colors of #9B3977
Black with #9B3977
Text Example
Text Example
White with #9B3977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3977; }
p { color: rgb(155,57,119); }
H1.HeaderClassName
{
color: #9B3977;
}
.AnyTagClassName
{
color: #9B3977;
}
</style>
background-color css
<style>
a { background-color: #9B3977; }
a { background-color: rgb(155,57,119); }
div.DivClassName
{
background-color: #9B3977;
}
.BgClassName
{
background-color: #9B3977;
}
</style>
border-color css
<style>
span { border-color: #9B3977; }
span { border-color: rgb(155,57,119); }
td.TdClassName
{
border-color: #9B3977;
}
.TagClassName
{
border-color: #9B3977;
}
</style>