Shades of Brown #A1311B
Tints of Brown #A1311B
RGB
CMYK
RGB Variations
Color information
#A1311B (or 0xA1311B) is known color: Brown. HEX triplet: A1, 31 and 1B. RGB value is (161,49,27). Sum of RGB (Red+Green+Blue) = 161+49+27=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1311B is #5ECEE4. Grayscale: #505050. Windows color (decimal): -6213349 or 1782177. OLE color: 1782177.
HSL color Cylindrical-coordinate representation of color #A1311B: hue angle of 9.85º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1311B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 27 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.37 |
| HSL | 9.85º | 0.71% | 0.37% | - |
| HSV(B) | 9.85º | 0.83% | 0.63% | - |
| XYZ | 15.99 | 9.85 | 2.1 | - |
| YUV | 79.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 27 | 0 | 0.70 | 0.83 | 0.37 | 9.85 | 0.71 | 0.37 |
| Hex | A1 | 31 | 1B | 0 | 46 | 53 | 25 | A | 47 | 25 |
| Octal | 241 | 61 | 33 | 0 | 106 | 123 | 45 | 12 | 107 | 45 |
| Binary | 10100001 | 110001 | 11011 | 0 | 1000110 | 1010011 | 100101 | 1010 | 1000111 | 100101 |
Color Harmonies of #A1311B
Complementary color
Monochromatic Colors of #A1311B
Black with #A1311B
Text Example
Text Example
White with #A1311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1311B; }
p { color: rgb(161,49,27); }
H1.HeaderClassName
{
color: #A1311B;
}
.AnyTagClassName
{
color: #A1311B;
}
</style>
background-color css
<style>
a { background-color: #A1311B; }
a { background-color: rgb(161,49,27); }
div.DivClassName
{
background-color: #A1311B;
}
.BgClassName
{
background-color: #A1311B;
}
</style>
border-color css
<style>
span { border-color: #A1311B; }
span { border-color: rgb(161,49,27); }
td.TdClassName
{
border-color: #A1311B;
}
.TagClassName
{
border-color: #A1311B;
}
</style>