Shades of Rouge #9B4472
Tints of Rouge #9B4472
RGB
CMYK
RGB Variations
Color information
#9B4472 (or 0x9B4472) is known color: Rouge. HEX triplet: 9B, 44 and 72. RGB value is (155,68,114). Sum of RGB (Red+Green+Blue) = 155+68+114=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4472 is #64BB8D. Grayscale: #636363. Windows color (decimal): -6601614 or 7488667. OLE color: 7488667.
HSL color Cylindrical-coordinate representation of color #9B4472: hue angle of 328.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4472 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 114 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.39 |
| HSL | 328.28º | 0.39% | 0.44% | - |
| HSV(B) | 328.28º | 0.56% | 0.61% | - |
| XYZ | 18.62 | 12.32 | 17.32 | - |
| YUV | 99.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 114 | 0 | 0.56 | 0.26 | 0.39 | 328.28 | 0.39 | 0.44 |
| Hex | 9B | 44 | 72 | 0 | 38 | 1A | 27 | 148 | 27 | 2C |
| Octal | 233 | 104 | 162 | 0 | 70 | 32 | 47 | 510 | 47 | 54 |
| Binary | 10011011 | 1000100 | 1110010 | 0 | 111000 | 11010 | 100111 | 101001000 | 100111 | 101100 |
Color Harmonies of #9B4472
Complementary color
Monochromatic Colors of #9B4472
Black with #9B4472
Text Example
Text Example
White with #9B4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4472; }
p { color: rgb(155,68,114); }
H1.HeaderClassName
{
color: #9B4472;
}
.AnyTagClassName
{
color: #9B4472;
}
</style>
background-color css
<style>
a { background-color: #9B4472; }
a { background-color: rgb(155,68,114); }
div.DivClassName
{
background-color: #9B4472;
}
.BgClassName
{
background-color: #9B4472;
}
</style>
border-color css
<style>
span { border-color: #9B4472; }
span { border-color: rgb(155,68,114); }
td.TdClassName
{
border-color: #9B4472;
}
.TagClassName
{
border-color: #9B4472;
}
</style>