Shades of Rouge #A9375B
Tints of Rouge #A9375B
RGB
CMYK
RGB Variations
Color information
#A9375B (or 0xA9375B) is known color: Rouge. HEX triplet: A9, 37 and 5B. RGB value is (169,55,91). Sum of RGB (Red+Green+Blue) = 169+55+91=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9375B is #56C8A4. Grayscale: #5D5D5D. Windows color (decimal): -5687461 or 5978025. OLE color: 5978025.
HSL color Cylindrical-coordinate representation of color #A9375B: hue angle of 341.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9375B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 91 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.34 |
| HSL | 341.05º | 0.51% | 0.44% | - |
| HSV(B) | 341.05º | 0.67% | 0.66% | - |
| XYZ | 19.62 | 11.92 | 11.16 | - |
| YUV | 93.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 91 | 0 | 0.67 | 0.46 | 0.34 | 341.05 | 0.51 | 0.44 |
| Hex | A9 | 37 | 5B | 0 | 43 | 2E | 22 | 155 | 33 | 2C |
| Octal | 251 | 67 | 133 | 0 | 103 | 56 | 42 | 525 | 63 | 54 |
| Binary | 10101001 | 110111 | 1011011 | 0 | 1000011 | 101110 | 100010 | 101010101 | 110011 | 101100 |
Color Harmonies of #A9375B
Complementary color
Monochromatic Colors of #A9375B
Black with #A9375B
Text Example
Text Example
White with #A9375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9375B; }
p { color: rgb(169,55,91); }
H1.HeaderClassName
{
color: #A9375B;
}
.AnyTagClassName
{
color: #A9375B;
}
</style>
background-color css
<style>
a { background-color: #A9375B; }
a { background-color: rgb(169,55,91); }
div.DivClassName
{
background-color: #A9375B;
}
.BgClassName
{
background-color: #A9375B;
}
</style>
border-color css
<style>
span { border-color: #A9375B; }
span { border-color: rgb(169,55,91); }
td.TdClassName
{
border-color: #A9375B;
}
.TagClassName
{
border-color: #A9375B;
}
</style>