Shades of Rouge #9B4675
Tints of Rouge #9B4675
RGB
CMYK
RGB Variations
Color information
#9B4675 (or 0x9B4675) is known color: Rouge. HEX triplet: 9B, 46 and 75. RGB value is (155,70,117). Sum of RGB (Red+Green+Blue) = 155+70+117=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4675 is #64B98A. Grayscale: #646464. Windows color (decimal): -6601099 or 7685787. OLE color: 7685787.
HSL color Cylindrical-coordinate representation of color #9B4675: hue angle of 326.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4675 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 117 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.39 |
| HSL | 326.82º | 0.38% | 0.44% | - |
| HSV(B) | 326.82º | 0.55% | 0.61% | - |
| XYZ | 18.92 | 12.63 | 18.27 | - |
| YUV | 100.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 117 | 0 | 0.55 | 0.25 | 0.39 | 326.82 | 0.38 | 0.44 |
| Hex | 9B | 46 | 75 | 0 | 37 | 19 | 27 | 147 | 26 | 2C |
| Octal | 233 | 106 | 165 | 0 | 67 | 31 | 47 | 507 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1110101 | 0 | 110111 | 11001 | 100111 | 101000111 | 100110 | 101100 |
Color Harmonies of #9B4675
Complementary color
Monochromatic Colors of #9B4675
Black with #9B4675
Text Example
Text Example
White with #9B4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4675; }
p { color: rgb(155,70,117); }
H1.HeaderClassName
{
color: #9B4675;
}
.AnyTagClassName
{
color: #9B4675;
}
</style>
background-color css
<style>
a { background-color: #9B4675; }
a { background-color: rgb(155,70,117); }
div.DivClassName
{
background-color: #9B4675;
}
.BgClassName
{
background-color: #9B4675;
}
</style>
border-color css
<style>
span { border-color: #9B4675; }
span { border-color: rgb(155,70,117); }
td.TdClassName
{
border-color: #9B4675;
}
.TagClassName
{
border-color: #9B4675;
}
</style>