Shades of Rouge #9A366B
Tints of Rouge #9A366B
RGB
CMYK
RGB Variations
Color information
#9A366B (or 0x9A366B) is known color: Rouge. HEX triplet: 9A, 36 and 6B. RGB value is (154,54,107). Sum of RGB (Red+Green+Blue) = 154+54+107=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A366B is #65C994. Grayscale: #595959. Windows color (decimal): -6670741 or 7026330. OLE color: 7026330.
HSL color Cylindrical-coordinate representation of color #9A366B: hue angle of 328.2º 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 #9A366B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 107 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.40 |
| HSL | 328.2º | 0.48% | 0.41% | - |
| HSV(B) | 328.2º | 0.65% | 0.6% | - |
| XYZ | 17.3 | 10.57 | 15.04 | - |
| YUV | 89.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 107 | 0 | 0.65 | 0.31 | 0.40 | 328.2 | 0.48 | 0.41 |
| Hex | 9A | 36 | 6B | 0 | 41 | 1F | 28 | 148 | 30 | 29 |
| Octal | 232 | 66 | 153 | 0 | 101 | 37 | 50 | 510 | 60 | 51 |
| Binary | 10011010 | 110110 | 1101011 | 0 | 1000001 | 11111 | 101000 | 101001000 | 110000 | 101001 |
Color Harmonies of #9A366B
Complementary color
Monochromatic Colors of #9A366B
Black with #9A366B
Text Example
Text Example
White with #9A366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A366B; }
p { color: rgb(154,54,107); }
H1.HeaderClassName
{
color: #9A366B;
}
.AnyTagClassName
{
color: #9A366B;
}
</style>
background-color css
<style>
a { background-color: #9A366B; }
a { background-color: rgb(154,54,107); }
div.DivClassName
{
background-color: #9A366B;
}
.BgClassName
{
background-color: #9A366B;
}
</style>
border-color css
<style>
span { border-color: #9A366B; }
span { border-color: rgb(154,54,107); }
td.TdClassName
{
border-color: #9A366B;
}
.TagClassName
{
border-color: #9A366B;
}
</style>