Shades of Rouge #A44761
Tints of Rouge #A44761
RGB
CMYK
RGB Variations
Color information
#A44761 (or 0xA44761) is known color: Rouge. HEX triplet: A4, 47 and 61. RGB value is (164,71,97). Sum of RGB (Red+Green+Blue) = 164+71+97=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A44761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44761 is #5BB89E. Grayscale: #656565. Windows color (decimal): -6011039 or 6375332. OLE color: 6375332.
HSL color Cylindrical-coordinate representation of color #A44761: hue angle of 343.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44761 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 97 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.36 |
| HSL | 343.23º | 0.4% | 0.46% | - |
| HSV(B) | 343.23º | 0.57% | 0.64% | - |
| XYZ | 19.72 | 13.26 | 12.83 | - |
| YUV | 101.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 97 | 0 | 0.57 | 0.41 | 0.36 | 343.23 | 0.4 | 0.46 |
| Hex | A4 | 47 | 61 | 0 | 39 | 29 | 24 | 157 | 28 | 2E |
| Octal | 244 | 107 | 141 | 0 | 71 | 51 | 44 | 527 | 50 | 56 |
| Binary | 10100100 | 1000111 | 1100001 | 0 | 111001 | 101001 | 100100 | 101010111 | 101000 | 101110 |
Color Harmonies of #A44761
Complementary color
Monochromatic Colors of #A44761
Black with #A44761
Text Example
Text Example
White with #A44761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44761; }
p { color: rgb(164,71,97); }
H1.HeaderClassName
{
color: #A44761;
}
.AnyTagClassName
{
color: #A44761;
}
</style>
background-color css
<style>
a { background-color: #A44761; }
a { background-color: rgb(164,71,97); }
div.DivClassName
{
background-color: #A44761;
}
.BgClassName
{
background-color: #A44761;
}
</style>
border-color css
<style>
span { border-color: #A44761; }
span { border-color: rgb(164,71,97); }
td.TdClassName
{
border-color: #A44761;
}
.TagClassName
{
border-color: #A44761;
}
</style>