Shades of Rouge #9B3272
Tints of Rouge #9B3272
RGB
CMYK
RGB Variations
Color information
#9B3272 (or 0x9B3272) is known color: Rouge. HEX triplet: 9B, 32 and 72. RGB value is (155,50,114). Sum of RGB (Red+Green+Blue) = 155+50+114=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3272 is #64CD8D. Grayscale: #585858. Windows color (decimal): -6606222 or 7484059. OLE color: 7484059.
HSL color Cylindrical-coordinate representation of color #9B3272: hue angle of 323.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3272 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 114 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.39 |
| HSL | 323.43º | 0.51% | 0.4% | - |
| HSV(B) | 323.43º | 0.68% | 0.61% | - |
| XYZ | 17.7 | 10.46 | 17.01 | - |
| YUV | 88.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 114 | 0 | 0.68 | 0.26 | 0.39 | 323.43 | 0.51 | 0.4 |
| Hex | 9B | 32 | 72 | 0 | 44 | 1A | 27 | 143 | 33 | 28 |
| Octal | 233 | 62 | 162 | 0 | 104 | 32 | 47 | 503 | 63 | 50 |
| Binary | 10011011 | 110010 | 1110010 | 0 | 1000100 | 11010 | 100111 | 101000011 | 110011 | 101000 |
Color Harmonies of #9B3272
Complementary color
Monochromatic Colors of #9B3272
Black with #9B3272
Text Example
Text Example
White with #9B3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3272; }
p { color: rgb(155,50,114); }
H1.HeaderClassName
{
color: #9B3272;
}
.AnyTagClassName
{
color: #9B3272;
}
</style>
background-color css
<style>
a { background-color: #9B3272; }
a { background-color: rgb(155,50,114); }
div.DivClassName
{
background-color: #9B3272;
}
.BgClassName
{
background-color: #9B3272;
}
</style>
border-color css
<style>
span { border-color: #9B3272; }
span { border-color: rgb(155,50,114); }
td.TdClassName
{
border-color: #9B3272;
}
.TagClassName
{
border-color: #9B3272;
}
</style>