Shades of Rouge #993872
Tints of Rouge #993872
RGB
CMYK
RGB Variations
Color information
#993872 (or 0x993872) is known color: Rouge. HEX triplet: 99, 38 and 72. RGB value is (153,56,114). Sum of RGB (Red+Green+Blue) = 153+56+114=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #993872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993872 is #66C78D. Grayscale: #5B5B5B. Windows color (decimal): -6735758 or 7485593. OLE color: 7485593.
HSL color Cylindrical-coordinate representation of color #993872: hue angle of 324.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993872 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 114 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.4 |
| HSL | 324.12º | 0.46% | 0.41% | - |
| HSV(B) | 324.12º | 0.63% | 0.6% | - |
| XYZ | 17.59 | 10.82 | 17.08 | - |
| YUV | 91.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 114 | 0 | 0.63 | 0.25 | 0.4 | 324.12 | 0.46 | 0.41 |
| Hex | 99 | 38 | 72 | 0 | 3F | 19 | 28 | 144 | 2E | 29 |
| Octal | 231 | 70 | 162 | 0 | 77 | 31 | 50 | 504 | 56 | 51 |
| Binary | 10011001 | 111000 | 1110010 | 0 | 111111 | 11001 | 101000 | 101000100 | 101110 | 101001 |
Color Harmonies of #993872
Complementary color
Monochromatic Colors of #993872
Black with #993872
Text Example
Text Example
White with #993872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993872; }
p { color: rgb(153,56,114); }
H1.HeaderClassName
{
color: #993872;
}
.AnyTagClassName
{
color: #993872;
}
</style>
background-color css
<style>
a { background-color: #993872; }
a { background-color: rgb(153,56,114); }
div.DivClassName
{
background-color: #993872;
}
.BgClassName
{
background-color: #993872;
}
</style>
border-color css
<style>
span { border-color: #993872; }
span { border-color: rgb(153,56,114); }
td.TdClassName
{
border-color: #993872;
}
.TagClassName
{
border-color: #993872;
}
</style>