Shades of Well Read #A13741
Tints of Well Read #A13741
RGB
CMYK
RGB Variations
Color information
#A13741 (or 0xA13741) is known color: Well Read. HEX triplet: A1, 37 and 41. RGB value is (161,55,65). Sum of RGB (Red+Green+Blue) = 161+55+65=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13741 is #5EC8BE. Grayscale: #575757. Windows color (decimal): -6211775 or 4274081. OLE color: 4274081.
HSL color Cylindrical-coordinate representation of color #A13741: hue angle of 354.34º degrees, saturation: 0.49, 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 #A13741 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 65 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.37 |
| HSL | 354.34º | 0.49% | 0.42% | - |
| HSV(B) | 354.34º | 0.66% | 0.63% | - |
| XYZ | 17.02 | 10.69 | 6.17 | - |
| YUV | 87.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 65 | 0 | 0.66 | 0.60 | 0.37 | 354.34 | 0.49 | 0.42 |
| Hex | A1 | 37 | 41 | 0 | 42 | 3C | 25 | 162 | 31 | 2A |
| Octal | 241 | 67 | 101 | 0 | 102 | 74 | 45 | 542 | 61 | 52 |
| Binary | 10100001 | 110111 | 1000001 | 0 | 1000010 | 111100 | 100101 | 101100010 | 110001 | 101010 |
Color Harmonies of #A13741
Complementary color
Monochromatic Colors of #A13741
Black with #A13741
Text Example
Text Example
White with #A13741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13741; }
p { color: rgb(161,55,65); }
H1.HeaderClassName
{
color: #A13741;
}
.AnyTagClassName
{
color: #A13741;
}
</style>
background-color css
<style>
a { background-color: #A13741; }
a { background-color: rgb(161,55,65); }
div.DivClassName
{
background-color: #A13741;
}
.BgClassName
{
background-color: #A13741;
}
</style>
border-color css
<style>
span { border-color: #A13741; }
span { border-color: rgb(161,55,65); }
td.TdClassName
{
border-color: #A13741;
}
.TagClassName
{
border-color: #A13741;
}
</style>