Shades of Rouge #9A4575
Tints of Rouge #9A4575
RGB
CMYK
RGB Variations
Color information
#9A4575 (or 0x9A4575) is known color: Rouge. HEX triplet: 9A, 45 and 75. RGB value is (154,69,117). Sum of RGB (Red+Green+Blue) = 154+69+117=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4575 is #65BA8A. Grayscale: #636363. Windows color (decimal): -6666891 or 7685530. OLE color: 7685530.
HSL color Cylindrical-coordinate representation of color #9A4575: hue angle of 326.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4575 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 69 | 117 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.40 |
| HSL | 326.12º | 0.38% | 0.44% | - |
| HSV(B) | 326.12º | 0.55% | 0.6% | - |
| XYZ | 18.67 | 12.41 | 18.24 | - |
| YUV | 99.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 69 | 117 | 0 | 0.55 | 0.24 | 0.40 | 326.12 | 0.38 | 0.44 |
| Hex | 9A | 45 | 75 | 0 | 37 | 18 | 28 | 146 | 26 | 2C |
| Octal | 232 | 105 | 165 | 0 | 67 | 30 | 50 | 506 | 46 | 54 |
| Binary | 10011010 | 1000101 | 1110101 | 0 | 110111 | 11000 | 101000 | 101000110 | 100110 | 101100 |
Color Harmonies of #9A4575
Complementary color
Monochromatic Colors of #9A4575
Black with #9A4575
Text Example
Text Example
White with #9A4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4575; }
p { color: rgb(154,69,117); }
H1.HeaderClassName
{
color: #9A4575;
}
.AnyTagClassName
{
color: #9A4575;
}
</style>
background-color css
<style>
a { background-color: #9A4575; }
a { background-color: rgb(154,69,117); }
div.DivClassName
{
background-color: #9A4575;
}
.BgClassName
{
background-color: #9A4575;
}
</style>
border-color css
<style>
span { border-color: #9A4575; }
span { border-color: rgb(154,69,117); }
td.TdClassName
{
border-color: #9A4575;
}
.TagClassName
{
border-color: #9A4575;
}
</style>