Shades of Rouge #993962
Tints of Rouge #993962
RGB
CMYK
RGB Variations
Color information
#993962 (or 0x993962) is known color: Rouge. HEX triplet: 99, 39 and 62. RGB value is (153,57,98). Sum of RGB (Red+Green+Blue) = 153+57+98=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993962 is #66C69D. Grayscale: #5A5A5A. Windows color (decimal): -6735518 or 6437273. OLE color: 6437273.
HSL color Cylindrical-coordinate representation of color #993962: hue angle of 334.38º 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 #993962 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 98 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.4 |
| HSL | 334.38º | 0.46% | 0.41% | - |
| HSV(B) | 334.38º | 0.63% | 0.6% | - |
| XYZ | 16.8 | 10.58 | 12.71 | - |
| YUV | 90.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 98 | 0 | 0.63 | 0.36 | 0.4 | 334.38 | 0.46 | 0.41 |
| Hex | 99 | 39 | 62 | 0 | 3F | 24 | 28 | 14E | 2E | 29 |
| Octal | 231 | 71 | 142 | 0 | 77 | 44 | 50 | 516 | 56 | 51 |
| Binary | 10011001 | 111001 | 1100010 | 0 | 111111 | 100100 | 101000 | 101001110 | 101110 | 101001 |
Color Harmonies of #993962
Complementary color
Monochromatic Colors of #993962
Black with #993962
Text Example
Text Example
White with #993962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993962; }
p { color: rgb(153,57,98); }
H1.HeaderClassName
{
color: #993962;
}
.AnyTagClassName
{
color: #993962;
}
</style>
background-color css
<style>
a { background-color: #993962; }
a { background-color: rgb(153,57,98); }
div.DivClassName
{
background-color: #993962;
}
.BgClassName
{
background-color: #993962;
}
</style>
border-color css
<style>
span { border-color: #993962; }
span { border-color: rgb(153,57,98); }
td.TdClassName
{
border-color: #993962;
}
.TagClassName
{
border-color: #993962;
}
</style>