Shades of Rouge #9B395E
Tints of Rouge #9B395E
RGB
CMYK
RGB Variations
Color information
#9B395E (or 0x9B395E) is known color: Rouge. HEX triplet: 9B, 39 and 5E. RGB value is (155,57,94). Sum of RGB (Red+Green+Blue) = 155+57+94=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B395E is #64C6A1. Grayscale: #5A5A5A. Windows color (decimal): -6604450 or 6175131. OLE color: 6175131.
HSL color Cylindrical-coordinate representation of color #9B395E: hue angle of 337.35º 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 #9B395E is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 94 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.39 |
| HSL | 337.35º | 0.46% | 0.42% | - |
| HSV(B) | 337.35º | 0.63% | 0.61% | - |
| XYZ | 17 | 10.7 | 11.76 | - |
| YUV | 90.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 94 | 0 | 0.63 | 0.39 | 0.39 | 337.35 | 0.46 | 0.42 |
| Hex | 9B | 39 | 5E | 0 | 3F | 27 | 27 | 151 | 2E | 2A |
| Octal | 233 | 71 | 136 | 0 | 77 | 47 | 47 | 521 | 56 | 52 |
| Binary | 10011011 | 111001 | 1011110 | 0 | 111111 | 100111 | 100111 | 101010001 | 101110 | 101010 |
Color Harmonies of #9B395E
Complementary color
Monochromatic Colors of #9B395E
Black with #9B395E
Text Example
Text Example
White with #9B395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B395E; }
p { color: rgb(155,57,94); }
H1.HeaderClassName
{
color: #9B395E;
}
.AnyTagClassName
{
color: #9B395E;
}
</style>
background-color css
<style>
a { background-color: #9B395E; }
a { background-color: rgb(155,57,94); }
div.DivClassName
{
background-color: #9B395E;
}
.BgClassName
{
background-color: #9B395E;
}
</style>
border-color css
<style>
span { border-color: #9B395E; }
span { border-color: rgb(155,57,94); }
td.TdClassName
{
border-color: #9B395E;
}
.TagClassName
{
border-color: #9B395E;
}
</style>