Shades of Well Read #A1393F
Tints of Well Read #A1393F
RGB
CMYK
RGB Variations
Color information
#A1393F (or 0xA1393F) is known color: Well Read. HEX triplet: A1, 39 and 3F. RGB value is (161,57,63). Sum of RGB (Red+Green+Blue) = 161+57+63=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A1393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1393F is #5EC6C0. Grayscale: #585858. Windows color (decimal): -6211265 or 4143521. OLE color: 4143521.
HSL color Cylindrical-coordinate representation of color #A1393F: hue angle of 356.54º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1393F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 63 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.37 |
| HSL | 356.54º | 0.48% | 0.43% | - |
| HSV(B) | 356.54º | 0.65% | 0.63% | - |
| XYZ | 17.06 | 10.86 | 5.9 | - |
| YUV | 88.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 63 | 0 | 0.65 | 0.61 | 0.37 | 356.54 | 0.48 | 0.43 |
| Hex | A1 | 39 | 3F | 0 | 41 | 3D | 25 | 165 | 30 | 2B |
| Octal | 241 | 71 | 77 | 0 | 101 | 75 | 45 | 545 | 60 | 53 |
| Binary | 10100001 | 111001 | 111111 | 0 | 1000001 | 111101 | 100101 | 101100101 | 110000 | 101011 |
Color Harmonies of #A1393F
Complementary color
Monochromatic Colors of #A1393F
Black with #A1393F
Text Example
Text Example
White with #A1393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1393F; }
p { color: rgb(161,57,63); }
H1.HeaderClassName
{
color: #A1393F;
}
.AnyTagClassName
{
color: #A1393F;
}
</style>
background-color css
<style>
a { background-color: #A1393F; }
a { background-color: rgb(161,57,63); }
div.DivClassName
{
background-color: #A1393F;
}
.BgClassName
{
background-color: #A1393F;
}
</style>
border-color css
<style>
span { border-color: #A1393F; }
span { border-color: rgb(161,57,63); }
td.TdClassName
{
border-color: #A1393F;
}
.TagClassName
{
border-color: #A1393F;
}
</style>