Shades of Rouge #9B3773
Tints of Rouge #9B3773
RGB
CMYK
RGB Variations
Color information
#9B3773 (or 0x9B3773) is known color: Rouge. HEX triplet: 9B, 37 and 73. RGB value is (155,55,115). Sum of RGB (Red+Green+Blue) = 155+55+115=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3773 is #64C88C. Grayscale: #5B5B5B. Windows color (decimal): -6604941 or 7550875. OLE color: 7550875.
HSL color Cylindrical-coordinate representation of color #9B3773: hue angle of 324º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3773 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 115 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.39 |
| HSL | 324º | 0.48% | 0.41% | - |
| HSV(B) | 324º | 0.65% | 0.61% | - |
| XYZ | 17.98 | 10.94 | 17.38 | - |
| YUV | 91.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 115 | 0 | 0.65 | 0.26 | 0.39 | 324 | 0.48 | 0.41 |
| Hex | 9B | 37 | 73 | 0 | 41 | 1A | 27 | 144 | 30 | 29 |
| Octal | 233 | 67 | 163 | 0 | 101 | 32 | 47 | 504 | 60 | 51 |
| Binary | 10011011 | 110111 | 1110011 | 0 | 1000001 | 11010 | 100111 | 101000100 | 110000 | 101001 |
Color Harmonies of #9B3773
Complementary color
Monochromatic Colors of #9B3773
Black with #9B3773
Text Example
Text Example
White with #9B3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3773; }
p { color: rgb(155,55,115); }
H1.HeaderClassName
{
color: #9B3773;
}
.AnyTagClassName
{
color: #9B3773;
}
</style>
background-color css
<style>
a { background-color: #9B3773; }
a { background-color: rgb(155,55,115); }
div.DivClassName
{
background-color: #9B3773;
}
.BgClassName
{
background-color: #9B3773;
}
</style>
border-color css
<style>
span { border-color: #9B3773; }
span { border-color: rgb(155,55,115); }
td.TdClassName
{
border-color: #9B3773;
}
.TagClassName
{
border-color: #9B3773;
}
</style>