Shades of Rouge #99366A
Tints of Rouge #99366A
RGB
CMYK
RGB Variations
Color information
#99366A (or 0x99366A) is known color: Rouge. HEX triplet: 99, 36 and 6A. RGB value is (153,54,106). Sum of RGB (Red+Green+Blue) = 153+54+106=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99366A is #66C995. Grayscale: #595959. Windows color (decimal): -6736278 or 6960793. OLE color: 6960793.
HSL color Cylindrical-coordinate representation of color #99366A: hue angle of 328.48º 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 #99366A is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 106 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.4 |
| HSL | 328.48º | 0.48% | 0.41% | - |
| HSV(B) | 328.48º | 0.65% | 0.6% | - |
| XYZ | 17.06 | 10.45 | 14.75 | - |
| YUV | 89.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 106 | 0 | 0.65 | 0.31 | 0.4 | 328.48 | 0.48 | 0.41 |
| Hex | 99 | 36 | 6A | 0 | 41 | 1F | 28 | 148 | 30 | 29 |
| Octal | 231 | 66 | 152 | 0 | 101 | 37 | 50 | 510 | 60 | 51 |
| Binary | 10011001 | 110110 | 1101010 | 0 | 1000001 | 11111 | 101000 | 101001000 | 110000 | 101001 |
Color Harmonies of #99366A
Complementary color
Monochromatic Colors of #99366A
Black with #99366A
Text Example
Text Example
White with #99366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99366A; }
p { color: rgb(153,54,106); }
H1.HeaderClassName
{
color: #99366A;
}
.AnyTagClassName
{
color: #99366A;
}
</style>
background-color css
<style>
a { background-color: #99366A; }
a { background-color: rgb(153,54,106); }
div.DivClassName
{
background-color: #99366A;
}
.BgClassName
{
background-color: #99366A;
}
</style>
border-color css
<style>
span { border-color: #99366A; }
span { border-color: rgb(153,54,106); }
td.TdClassName
{
border-color: #99366A;
}
.TagClassName
{
border-color: #99366A;
}
</style>