Shades of Rouge #A4375D
Tints of Rouge #A4375D
RGB
CMYK
RGB Variations
Color information
#A4375D (or 0xA4375D) is known color: Rouge. HEX triplet: A4, 37 and 5D. RGB value is (164,55,93). Sum of RGB (Red+Green+Blue) = 164+55+93=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4375D is #5BC8A2. Grayscale: #5B5B5B. Windows color (decimal): -6015139 or 6109092. OLE color: 6109092.
HSL color Cylindrical-coordinate representation of color #A4375D: hue angle of 339.08º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4375D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 93 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.36 |
| HSL | 339.08º | 0.5% | 0.43% | - |
| HSV(B) | 339.08º | 0.66% | 0.64% | - |
| XYZ | 18.65 | 11.42 | 11.58 | - |
| YUV | 91.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 93 | 0 | 0.66 | 0.43 | 0.36 | 339.08 | 0.5 | 0.43 |
| Hex | A4 | 37 | 5D | 0 | 42 | 2B | 24 | 153 | 32 | 2B |
| Octal | 244 | 67 | 135 | 0 | 102 | 53 | 44 | 523 | 62 | 53 |
| Binary | 10100100 | 110111 | 1011101 | 0 | 1000010 | 101011 | 100100 | 101010011 | 110010 | 101011 |
Color Harmonies of #A4375D
Complementary color
Monochromatic Colors of #A4375D
Black with #A4375D
Text Example
Text Example
White with #A4375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4375D; }
p { color: rgb(164,55,93); }
H1.HeaderClassName
{
color: #A4375D;
}
.AnyTagClassName
{
color: #A4375D;
}
</style>
background-color css
<style>
a { background-color: #A4375D; }
a { background-color: rgb(164,55,93); }
div.DivClassName
{
background-color: #A4375D;
}
.BgClassName
{
background-color: #A4375D;
}
</style>
border-color css
<style>
span { border-color: #A4375D; }
span { border-color: rgb(164,55,93); }
td.TdClassName
{
border-color: #A4375D;
}
.TagClassName
{
border-color: #A4375D;
}
</style>