Shades of Rouge #994276
Tints of Rouge #994276
RGB
CMYK
RGB Variations
Color information
#994276 (or 0x994276) is known color: Rouge. HEX triplet: 99, 42 and 76. RGB value is (153,66,118). Sum of RGB (Red+Green+Blue) = 153+66+118=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994276 is #66BD89. Grayscale: #616161. Windows color (decimal): -6733194 or 7750297. OLE color: 7750297.
HSL color Cylindrical-coordinate representation of color #994276: hue angle of 324.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994276 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 118 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.4 |
| HSL | 324.14º | 0.4% | 0.43% | - |
| HSV(B) | 324.14º | 0.57% | 0.6% | - |
| XYZ | 18.36 | 11.98 | 18.48 | - |
| YUV | 97.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 118 | 0 | 0.57 | 0.23 | 0.4 | 324.14 | 0.4 | 0.43 |
| Hex | 99 | 42 | 76 | 0 | 39 | 17 | 28 | 144 | 28 | 2B |
| Octal | 231 | 102 | 166 | 0 | 71 | 27 | 50 | 504 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1110110 | 0 | 111001 | 10111 | 101000 | 101000100 | 101000 | 101011 |
Color Harmonies of #994276
Complementary color
Monochromatic Colors of #994276
Black with #994276
Text Example
Text Example
White with #994276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994276; }
p { color: rgb(153,66,118); }
H1.HeaderClassName
{
color: #994276;
}
.AnyTagClassName
{
color: #994276;
}
</style>
background-color css
<style>
a { background-color: #994276; }
a { background-color: rgb(153,66,118); }
div.DivClassName
{
background-color: #994276;
}
.BgClassName
{
background-color: #994276;
}
</style>
border-color css
<style>
span { border-color: #994276; }
span { border-color: rgb(153,66,118); }
td.TdClassName
{
border-color: #994276;
}
.TagClassName
{
border-color: #994276;
}
</style>