Shades of Rouge #A6316B
Tints of Rouge #A6316B
RGB
CMYK
RGB Variations
Color information
#A6316B (or 0xA6316B) is known color: Rouge. HEX triplet: A6, 31 and 6B. RGB value is (166,49,107). Sum of RGB (Red+Green+Blue) = 166+49+107=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6316B is #59CE94. Grayscale: #5A5A5A. Windows color (decimal): -5885589 or 7025062. OLE color: 7025062.
HSL color Cylindrical-coordinate representation of color #A6316B: hue angle of 330.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6316B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 107 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.35 |
| HSL | 330.26º | 0.54% | 0.42% | - |
| HSV(B) | 330.26º | 0.7% | 0.65% | - |
| XYZ | 19.48 | 11.37 | 15.08 | - |
| YUV | 90.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 107 | 0 | 0.70 | 0.36 | 0.35 | 330.26 | 0.54 | 0.42 |
| Hex | A6 | 31 | 6B | 0 | 46 | 24 | 23 | 14A | 36 | 2A |
| Octal | 246 | 61 | 153 | 0 | 106 | 44 | 43 | 512 | 66 | 52 |
| Binary | 10100110 | 110001 | 1101011 | 0 | 1000110 | 100100 | 100011 | 101001010 | 110110 | 101010 |
Color Harmonies of #A6316B
Complementary color
Monochromatic Colors of #A6316B
Black with #A6316B
Text Example
Text Example
White with #A6316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6316B; }
p { color: rgb(166,49,107); }
H1.HeaderClassName
{
color: #A6316B;
}
.AnyTagClassName
{
color: #A6316B;
}
</style>
background-color css
<style>
a { background-color: #A6316B; }
a { background-color: rgb(166,49,107); }
div.DivClassName
{
background-color: #A6316B;
}
.BgClassName
{
background-color: #A6316B;
}
</style>
border-color css
<style>
span { border-color: #A6316B; }
span { border-color: rgb(166,49,107); }
td.TdClassName
{
border-color: #A6316B;
}
.TagClassName
{
border-color: #A6316B;
}
</style>