Shades of Rouge #993673
Tints of Rouge #993673
RGB
CMYK
RGB Variations
Color information
#993673 (or 0x993673) is known color: Rouge. HEX triplet: 99, 36 and 73. RGB value is (153,54,115). Sum of RGB (Red+Green+Blue) = 153+54+115=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993673 is #66C98C. Grayscale: #5A5A5A. Windows color (decimal): -6736269 or 7550617. OLE color: 7550617.
HSL color Cylindrical-coordinate representation of color #993673: hue angle of 323.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993673 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 115 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.4 |
| HSL | 323.03º | 0.48% | 0.41% | - |
| HSV(B) | 323.03º | 0.65% | 0.6% | - |
| XYZ | 17.55 | 10.65 | 17.35 | - |
| YUV | 90.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 115 | 0 | 0.65 | 0.25 | 0.4 | 323.03 | 0.48 | 0.41 |
| Hex | 99 | 36 | 73 | 0 | 41 | 19 | 28 | 143 | 30 | 29 |
| Octal | 231 | 66 | 163 | 0 | 101 | 31 | 50 | 503 | 60 | 51 |
| Binary | 10011001 | 110110 | 1110011 | 0 | 1000001 | 11001 | 101000 | 101000011 | 110000 | 101001 |
Color Harmonies of #993673
Complementary color
Monochromatic Colors of #993673
Black with #993673
Text Example
Text Example
White with #993673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993673; }
p { color: rgb(153,54,115); }
H1.HeaderClassName
{
color: #993673;
}
.AnyTagClassName
{
color: #993673;
}
</style>
background-color css
<style>
a { background-color: #993673; }
a { background-color: rgb(153,54,115); }
div.DivClassName
{
background-color: #993673;
}
.BgClassName
{
background-color: #993673;
}
</style>
border-color css
<style>
span { border-color: #993673; }
span { border-color: rgb(153,54,115); }
td.TdClassName
{
border-color: #993673;
}
.TagClassName
{
border-color: #993673;
}
</style>