Shades of Rouge #9B3972
Tints of Rouge #9B3972
RGB
CMYK
RGB Variations
Color information
#9B3972 (or 0x9B3972) is known color: Rouge. HEX triplet: 9B, 39 and 72. RGB value is (155,57,114). Sum of RGB (Red+Green+Blue) = 155+57+114=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3972 is #64C68D. Grayscale: #5C5C5C. Windows color (decimal): -6604430 or 7485851. OLE color: 7485851.
HSL color Cylindrical-coordinate representation of color #9B3972: hue angle of 325.1º 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 #9B3972 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 114 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.39 |
| HSL | 325.1º | 0.46% | 0.42% | - |
| HSV(B) | 325.1º | 0.63% | 0.61% | - |
| XYZ | 18.02 | 11.11 | 17.11 | - |
| YUV | 92.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 114 | 0 | 0.63 | 0.26 | 0.39 | 325.1 | 0.46 | 0.42 |
| Hex | 9B | 39 | 72 | 0 | 3F | 1A | 27 | 145 | 2E | 2A |
| Octal | 233 | 71 | 162 | 0 | 77 | 32 | 47 | 505 | 56 | 52 |
| Binary | 10011011 | 111001 | 1110010 | 0 | 111111 | 11010 | 100111 | 101000101 | 101110 | 101010 |
Color Harmonies of #9B3972
Complementary color
Monochromatic Colors of #9B3972
Black with #9B3972
Text Example
Text Example
White with #9B3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3972; }
p { color: rgb(155,57,114); }
H1.HeaderClassName
{
color: #9B3972;
}
.AnyTagClassName
{
color: #9B3972;
}
</style>
background-color css
<style>
a { background-color: #9B3972; }
a { background-color: rgb(155,57,114); }
div.DivClassName
{
background-color: #9B3972;
}
.BgClassName
{
background-color: #9B3972;
}
</style>
border-color css
<style>
span { border-color: #9B3972; }
span { border-color: rgb(155,57,114); }
td.TdClassName
{
border-color: #9B3972;
}
.TagClassName
{
border-color: #9B3972;
}
</style>