Shades of Rouge #993875
Tints of Rouge #993875
RGB
CMYK
RGB Variations
Color information
#993875 (or 0x993875) is known color: Rouge. HEX triplet: 99, 38 and 75. RGB value is (153,56,117). Sum of RGB (Red+Green+Blue) = 153+56+117=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #993875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993875 is #66C78A. Grayscale: #5B5B5B. Windows color (decimal): -6735755 or 7682201. OLE color: 7682201.
HSL color Cylindrical-coordinate representation of color #993875: hue angle of 322.27º 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 #993875 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 117 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.4 |
| HSL | 322.27º | 0.46% | 0.41% | - |
| HSV(B) | 322.27º | 0.63% | 0.6% | - |
| XYZ | 17.76 | 10.89 | 17.99 | - |
| YUV | 91.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 117 | 0 | 0.63 | 0.24 | 0.4 | 322.27 | 0.46 | 0.41 |
| Hex | 99 | 38 | 75 | 0 | 3F | 18 | 28 | 142 | 2E | 29 |
| Octal | 231 | 70 | 165 | 0 | 77 | 30 | 50 | 502 | 56 | 51 |
| Binary | 10011001 | 111000 | 1110101 | 0 | 111111 | 11000 | 101000 | 101000010 | 101110 | 101001 |
Color Harmonies of #993875
Complementary color
Monochromatic Colors of #993875
Black with #993875
Text Example
Text Example
White with #993875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993875; }
p { color: rgb(153,56,117); }
H1.HeaderClassName
{
color: #993875;
}
.AnyTagClassName
{
color: #993875;
}
</style>
background-color css
<style>
a { background-color: #993875; }
a { background-color: rgb(153,56,117); }
div.DivClassName
{
background-color: #993875;
}
.BgClassName
{
background-color: #993875;
}
</style>
border-color css
<style>
span { border-color: #993875; }
span { border-color: rgb(153,56,117); }
td.TdClassName
{
border-color: #993875;
}
.TagClassName
{
border-color: #993875;
}
</style>