Shades of Rouge #A4316B
Tints of Rouge #A4316B
RGB
CMYK
RGB Variations
Color information
#A4316B (or 0xA4316B) is known color: Rouge. HEX triplet: A4, 31 and 6B. RGB value is (164,49,107). Sum of RGB (Red+Green+Blue) = 164+49+107=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4316B is #5BCE94. Grayscale: #595959. Windows color (decimal): -6016661 or 7025060. OLE color: 7025060.
HSL color Cylindrical-coordinate representation of color #A4316B: hue angle of 329.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4316B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 107 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.36 |
| HSL | 329.74º | 0.54% | 0.42% | - |
| HSV(B) | 329.74º | 0.7% | 0.64% | - |
| XYZ | 19.06 | 11.15 | 15.06 | - |
| YUV | 90 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 107 | 0 | 0.70 | 0.35 | 0.36 | 329.74 | 0.54 | 0.42 |
| Hex | A4 | 31 | 6B | 0 | 46 | 23 | 24 | 14A | 36 | 2A |
| Octal | 244 | 61 | 153 | 0 | 106 | 43 | 44 | 512 | 66 | 52 |
| Binary | 10100100 | 110001 | 1101011 | 0 | 1000110 | 100011 | 100100 | 101001010 | 110110 | 101010 |
Color Harmonies of #A4316B
Complementary color
Monochromatic Colors of #A4316B
Black with #A4316B
Text Example
Text Example
White with #A4316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4316B; }
p { color: rgb(164,49,107); }
H1.HeaderClassName
{
color: #A4316B;
}
.AnyTagClassName
{
color: #A4316B;
}
</style>
background-color css
<style>
a { background-color: #A4316B; }
a { background-color: rgb(164,49,107); }
div.DivClassName
{
background-color: #A4316B;
}
.BgClassName
{
background-color: #A4316B;
}
</style>
border-color css
<style>
span { border-color: #A4316B; }
span { border-color: rgb(164,49,107); }
td.TdClassName
{
border-color: #A4316B;
}
.TagClassName
{
border-color: #A4316B;
}
</style>