Shades of Rouge #A4425D
Tints of Rouge #A4425D
RGB
CMYK
RGB Variations
Color information
#A4425D (or 0xA4425D) is known color: Rouge. HEX triplet: A4, 42 and 5D. RGB value is (164,66,93). Sum of RGB (Red+Green+Blue) = 164+66+93=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4425D is #5BBDA2. Grayscale: #626262. Windows color (decimal): -6012323 or 6111908. OLE color: 6111908.
HSL color Cylindrical-coordinate representation of color #A4425D: hue angle of 343.47º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4425D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 93 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.36 |
| HSL | 343.47º | 0.43% | 0.45% | - |
| HSV(B) | 343.47º | 0.6% | 0.64% | - |
| XYZ | 19.23 | 12.58 | 11.77 | - |
| YUV | 98.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 93 | 0 | 0.60 | 0.43 | 0.36 | 343.47 | 0.43 | 0.45 |
| Hex | A4 | 42 | 5D | 0 | 3C | 2B | 24 | 157 | 2B | 2D |
| Octal | 244 | 102 | 135 | 0 | 74 | 53 | 44 | 527 | 53 | 55 |
| Binary | 10100100 | 1000010 | 1011101 | 0 | 111100 | 101011 | 100100 | 101010111 | 101011 | 101101 |
Color Harmonies of #A4425D
Complementary color
Monochromatic Colors of #A4425D
Black with #A4425D
Text Example
Text Example
White with #A4425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4425D; }
p { color: rgb(164,66,93); }
H1.HeaderClassName
{
color: #A4425D;
}
.AnyTagClassName
{
color: #A4425D;
}
</style>
background-color css
<style>
a { background-color: #A4425D; }
a { background-color: rgb(164,66,93); }
div.DivClassName
{
background-color: #A4425D;
}
.BgClassName
{
background-color: #A4425D;
}
</style>
border-color css
<style>
span { border-color: #A4425D; }
span { border-color: rgb(164,66,93); }
td.TdClassName
{
border-color: #A4425D;
}
.TagClassName
{
border-color: #A4425D;
}
</style>