Shades of Rouge #993A69
Tints of Rouge #993A69
RGB
CMYK
RGB Variations
Color information
#993A69 (or 0x993A69) is known color: Rouge. HEX triplet: 99, 3A and 69. RGB value is (153,58,105). Sum of RGB (Red+Green+Blue) = 153+58+105=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #993A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A69 is #66C596. Grayscale: #5B5B5B. Windows color (decimal): -6735255 or 6896281. OLE color: 6896281.
HSL color Cylindrical-coordinate representation of color #993A69: hue angle of 330.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A69 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 105 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.4 |
| HSL | 330.32º | 0.45% | 0.41% | - |
| HSV(B) | 330.32º | 0.62% | 0.6% | - |
| XYZ | 17.2 | 10.82 | 14.55 | - |
| YUV | 91.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 105 | 0 | 0.62 | 0.31 | 0.4 | 330.32 | 0.45 | 0.41 |
| Hex | 99 | 3A | 69 | 0 | 3E | 1F | 28 | 14A | 2D | 29 |
| Octal | 231 | 72 | 151 | 0 | 76 | 37 | 50 | 512 | 55 | 51 |
| Binary | 10011001 | 111010 | 1101001 | 0 | 111110 | 11111 | 101000 | 101001010 | 101101 | 101001 |
Color Harmonies of #993A69
Complementary color
Monochromatic Colors of #993A69
Black with #993A69
Text Example
Text Example
White with #993A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A69; }
p { color: rgb(153,58,105); }
H1.HeaderClassName
{
color: #993A69;
}
.AnyTagClassName
{
color: #993A69;
}
</style>
background-color css
<style>
a { background-color: #993A69; }
a { background-color: rgb(153,58,105); }
div.DivClassName
{
background-color: #993A69;
}
.BgClassName
{
background-color: #993A69;
}
</style>
border-color css
<style>
span { border-color: #993A69; }
span { border-color: rgb(153,58,105); }
td.TdClassName
{
border-color: #993A69;
}
.TagClassName
{
border-color: #993A69;
}
</style>