Shades of Rouge #A1366B
Tints of Rouge #A1366B
RGB
CMYK
RGB Variations
Color information
#A1366B (or 0xA1366B) is known color: Rouge. HEX triplet: A1, 36 and 6B. RGB value is (161,54,107). Sum of RGB (Red+Green+Blue) = 161+54+107=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1366B is #5EC994. Grayscale: #5B5B5B. Windows color (decimal): -6211989 or 7026337. OLE color: 7026337.
HSL color Cylindrical-coordinate representation of color #A1366B: hue angle of 330.28º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1366B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 107 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.37 |
| HSL | 330.28º | 0.5% | 0.42% | - |
| HSV(B) | 330.28º | 0.66% | 0.63% | - |
| XYZ | 18.67 | 11.28 | 15.1 | - |
| YUV | 92.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 107 | 0 | 0.66 | 0.34 | 0.37 | 330.28 | 0.5 | 0.42 |
| Hex | A1 | 36 | 6B | 0 | 42 | 22 | 25 | 14A | 32 | 2A |
| Octal | 241 | 66 | 153 | 0 | 102 | 42 | 45 | 512 | 62 | 52 |
| Binary | 10100001 | 110110 | 1101011 | 0 | 1000010 | 100010 | 100101 | 101001010 | 110010 | 101010 |
Color Harmonies of #A1366B
Complementary color
Monochromatic Colors of #A1366B
Black with #A1366B
Text Example
Text Example
White with #A1366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1366B; }
p { color: rgb(161,54,107); }
H1.HeaderClassName
{
color: #A1366B;
}
.AnyTagClassName
{
color: #A1366B;
}
</style>
background-color css
<style>
a { background-color: #A1366B; }
a { background-color: rgb(161,54,107); }
div.DivClassName
{
background-color: #A1366B;
}
.BgClassName
{
background-color: #A1366B;
}
</style>
border-color css
<style>
span { border-color: #A1366B; }
span { border-color: rgb(161,54,107); }
td.TdClassName
{
border-color: #A1366B;
}
.TagClassName
{
border-color: #A1366B;
}
</style>