Shades of Rouge #A1425E
Tints of Rouge #A1425E
RGB
CMYK
RGB Variations
Color information
#A1425E (or 0xA1425E) is known color: Rouge. HEX triplet: A1, 42 and 5E. RGB value is (161,66,94). Sum of RGB (Red+Green+Blue) = 161+66+94=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1425E is #5EBDA1. Grayscale: #616161. Windows color (decimal): -6208930 or 6177441. OLE color: 6177441.
HSL color Cylindrical-coordinate representation of color #A1425E: hue angle of 342.32º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1425E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 94 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.37 |
| HSL | 342.32º | 0.42% | 0.45% | - |
| HSV(B) | 342.32º | 0.59% | 0.63% | - |
| XYZ | 18.67 | 12.28 | 11.98 | - |
| YUV | 97.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 94 | 0 | 0.59 | 0.42 | 0.37 | 342.32 | 0.42 | 0.45 |
| Hex | A1 | 42 | 5E | 0 | 3B | 2A | 25 | 156 | 2A | 2D |
| Octal | 241 | 102 | 136 | 0 | 73 | 52 | 45 | 526 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1011110 | 0 | 111011 | 101010 | 100101 | 101010110 | 101010 | 101101 |
Color Harmonies of #A1425E
Complementary color
Monochromatic Colors of #A1425E
Black with #A1425E
Text Example
Text Example
White with #A1425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1425E; }
p { color: rgb(161,66,94); }
H1.HeaderClassName
{
color: #A1425E;
}
.AnyTagClassName
{
color: #A1425E;
}
</style>
background-color css
<style>
a { background-color: #A1425E; }
a { background-color: rgb(161,66,94); }
div.DivClassName
{
background-color: #A1425E;
}
.BgClassName
{
background-color: #A1425E;
}
</style>
border-color css
<style>
span { border-color: #A1425E; }
span { border-color: rgb(161,66,94); }
td.TdClassName
{
border-color: #A1425E;
}
.TagClassName
{
border-color: #A1425E;
}
</style>