Shades of Rouge #A4385F
Tints of Rouge #A4385F
RGB
CMYK
RGB Variations
Color information
#A4385F (or 0xA4385F) is known color: Rouge. HEX triplet: A4, 38 and 5F. RGB value is (164,56,95). Sum of RGB (Red+Green+Blue) = 164+56+95=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4385F is #5BC7A0. Grayscale: #5C5C5C. Windows color (decimal): -6014881 or 6240420. OLE color: 6240420.
HSL color Cylindrical-coordinate representation of color #A4385F: hue angle of 338.33º degrees, saturation: 0.49, 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 #A4385F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 95 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.36 |
| HSL | 338.33º | 0.49% | 0.43% | - |
| HSV(B) | 338.33º | 0.66% | 0.64% | - |
| XYZ | 18.79 | 11.55 | 12.06 | - |
| YUV | 92.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 95 | 0 | 0.66 | 0.42 | 0.36 | 338.33 | 0.49 | 0.43 |
| Hex | A4 | 38 | 5F | 0 | 42 | 2A | 24 | 152 | 31 | 2B |
| Octal | 244 | 70 | 137 | 0 | 102 | 52 | 44 | 522 | 61 | 53 |
| Binary | 10100100 | 111000 | 1011111 | 0 | 1000010 | 101010 | 100100 | 101010010 | 110001 | 101011 |
Color Harmonies of #A4385F
Complementary color
Monochromatic Colors of #A4385F
Black with #A4385F
Text Example
Text Example
White with #A4385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4385F; }
p { color: rgb(164,56,95); }
H1.HeaderClassName
{
color: #A4385F;
}
.AnyTagClassName
{
color: #A4385F;
}
</style>
background-color css
<style>
a { background-color: #A4385F; }
a { background-color: rgb(164,56,95); }
div.DivClassName
{
background-color: #A4385F;
}
.BgClassName
{
background-color: #A4385F;
}
</style>
border-color css
<style>
span { border-color: #A4385F; }
span { border-color: rgb(164,56,95); }
td.TdClassName
{
border-color: #A4385F;
}
.TagClassName
{
border-color: #A4385F;
}
</style>