Shades of Rouge #9B346C
Tints of Rouge #9B346C
RGB
CMYK
RGB Variations
Color information
#9B346C (or 0x9B346C) is known color: Rouge. HEX triplet: 9B, 34 and 6C. RGB value is (155,52,108). Sum of RGB (Red+Green+Blue) = 155+52+108=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B346C is #64CB93. Grayscale: #595959. Windows color (decimal): -6605716 or 7091355. OLE color: 7091355.
HSL color Cylindrical-coordinate representation of color #9B346C: hue angle of 327.38º 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 #9B346C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 108 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.39 |
| HSL | 327.38º | 0.5% | 0.41% | - |
| HSV(B) | 327.38º | 0.66% | 0.61% | - |
| XYZ | 17.45 | 10.51 | 15.3 | - |
| YUV | 89.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 108 | 0 | 0.66 | 0.30 | 0.39 | 327.38 | 0.5 | 0.41 |
| Hex | 9B | 34 | 6C | 0 | 42 | 1E | 27 | 147 | 32 | 29 |
| Octal | 233 | 64 | 154 | 0 | 102 | 36 | 47 | 507 | 62 | 51 |
| Binary | 10011011 | 110100 | 1101100 | 0 | 1000010 | 11110 | 100111 | 101000111 | 110010 | 101001 |
Color Harmonies of #9B346C
Complementary color
Monochromatic Colors of #9B346C
Black with #9B346C
Text Example
Text Example
White with #9B346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B346C; }
p { color: rgb(155,52,108); }
H1.HeaderClassName
{
color: #9B346C;
}
.AnyTagClassName
{
color: #9B346C;
}
</style>
background-color css
<style>
a { background-color: #9B346C; }
a { background-color: rgb(155,52,108); }
div.DivClassName
{
background-color: #9B346C;
}
.BgClassName
{
background-color: #9B346C;
}
</style>
border-color css
<style>
span { border-color: #9B346C; }
span { border-color: rgb(155,52,108); }
td.TdClassName
{
border-color: #9B346C;
}
.TagClassName
{
border-color: #9B346C;
}
</style>