Shades of Well Read #A13A3E
Tints of Well Read #A13A3E
RGB
CMYK
RGB Variations
Color information
#A13A3E (or 0xA13A3E) is known color: Well Read. HEX triplet: A1, 3A and 3E. RGB value is (161,58,62). Sum of RGB (Red+Green+Blue) = 161+58+62=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A3E is #5EC5C1. Grayscale: #595959. Windows color (decimal): -6211010 or 4078241. OLE color: 4078241.
HSL color Cylindrical-coordinate representation of color #A13A3E: hue angle of 357.67º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A3E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 62 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.37 |
| HSL | 357.67º | 0.47% | 0.43% | - |
| HSV(B) | 357.67º | 0.64% | 0.63% | - |
| XYZ | 17.08 | 10.95 | 5.77 | - |
| YUV | 89.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 62 | 0 | 0.64 | 0.61 | 0.37 | 357.67 | 0.47 | 0.43 |
| Hex | A1 | 3A | 3E | 0 | 40 | 3D | 25 | 166 | 2F | 2B |
| Octal | 241 | 72 | 76 | 0 | 100 | 75 | 45 | 546 | 57 | 53 |
| Binary | 10100001 | 111010 | 111110 | 0 | 1000000 | 111101 | 100101 | 101100110 | 101111 | 101011 |
Color Harmonies of #A13A3E
Complementary color
Monochromatic Colors of #A13A3E
Black with #A13A3E
Text Example
Text Example
White with #A13A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A3E; }
p { color: rgb(161,58,62); }
H1.HeaderClassName
{
color: #A13A3E;
}
.AnyTagClassName
{
color: #A13A3E;
}
</style>
background-color css
<style>
a { background-color: #A13A3E; }
a { background-color: rgb(161,58,62); }
div.DivClassName
{
background-color: #A13A3E;
}
.BgClassName
{
background-color: #A13A3E;
}
</style>
border-color css
<style>
span { border-color: #A13A3E; }
span { border-color: rgb(161,58,62); }
td.TdClassName
{
border-color: #A13A3E;
}
.TagClassName
{
border-color: #A13A3E;
}
</style>