Shades of Rouge #993271
Tints of Rouge #993271
RGB
CMYK
RGB Variations
Color information
#993271 (or 0x993271) is known color: Rouge. HEX triplet: 99, 32 and 71. RGB value is (153,50,113). Sum of RGB (Red+Green+Blue) = 153+50+113=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #993271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993271 is #66CD8E. Grayscale: #575757. Windows color (decimal): -6737295 or 7418521. OLE color: 7418521.
HSL color Cylindrical-coordinate representation of color #993271: hue angle of 323.3º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993271 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 113 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.4 |
| HSL | 323.3º | 0.51% | 0.4% | - |
| HSV(B) | 323.3º | 0.67% | 0.6% | - |
| XYZ | 17.26 | 10.25 | 16.69 | - |
| YUV | 87.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 113 | 0 | 0.67 | 0.26 | 0.4 | 323.3 | 0.51 | 0.4 |
| Hex | 99 | 32 | 71 | 0 | 43 | 1A | 28 | 143 | 33 | 28 |
| Octal | 231 | 62 | 161 | 0 | 103 | 32 | 50 | 503 | 63 | 50 |
| Binary | 10011001 | 110010 | 1110001 | 0 | 1000011 | 11010 | 101000 | 101000011 | 110011 | 101000 |
Color Harmonies of #993271
Complementary color
Monochromatic Colors of #993271
Black with #993271
Text Example
Text Example
White with #993271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993271; }
p { color: rgb(153,50,113); }
H1.HeaderClassName
{
color: #993271;
}
.AnyTagClassName
{
color: #993271;
}
</style>
background-color css
<style>
a { background-color: #993271; }
a { background-color: rgb(153,50,113); }
div.DivClassName
{
background-color: #993271;
}
.BgClassName
{
background-color: #993271;
}
</style>
border-color css
<style>
span { border-color: #993271; }
span { border-color: rgb(153,50,113); }
td.TdClassName
{
border-color: #993271;
}
.TagClassName
{
border-color: #993271;
}
</style>