Shades of Rouge #9B346D
Tints of Rouge #9B346D
RGB
CMYK
RGB Variations
Color information
#9B346D (or 0x9B346D) is known color: Rouge. HEX triplet: 9B, 34 and 6D. RGB value is (155,52,109). Sum of RGB (Red+Green+Blue) = 155+52+109=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B346D is #64CB92. Grayscale: #595959. Windows color (decimal): -6605715 or 7156891. OLE color: 7156891.
HSL color Cylindrical-coordinate representation of color #9B346D: hue angle of 326.8º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B346D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 109 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.39 |
| HSL | 326.8º | 0.5% | 0.41% | - |
| HSV(B) | 326.8º | 0.66% | 0.61% | - |
| XYZ | 17.51 | 10.53 | 15.58 | - |
| YUV | 89.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 109 | 0 | 0.66 | 0.30 | 0.39 | 326.8 | 0.5 | 0.41 |
| Hex | 9B | 34 | 6D | 0 | 42 | 1E | 27 | 147 | 32 | 29 |
| Octal | 233 | 64 | 155 | 0 | 102 | 36 | 47 | 507 | 62 | 51 |
| Binary | 10011011 | 110100 | 1101101 | 0 | 1000010 | 11110 | 100111 | 101000111 | 110010 | 101001 |
Color Harmonies of #9B346D
Complementary color
Monochromatic Colors of #9B346D
Black with #9B346D
Text Example
Text Example
White with #9B346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B346D; }
p { color: rgb(155,52,109); }
H1.HeaderClassName
{
color: #9B346D;
}
.AnyTagClassName
{
color: #9B346D;
}
</style>
background-color css
<style>
a { background-color: #9B346D; }
a { background-color: rgb(155,52,109); }
div.DivClassName
{
background-color: #9B346D;
}
.BgClassName
{
background-color: #9B346D;
}
</style>
border-color css
<style>
span { border-color: #9B346D; }
span { border-color: rgb(155,52,109); }
td.TdClassName
{
border-color: #9B346D;
}
.TagClassName
{
border-color: #9B346D;
}
</style>