Shades of Well Read #A13D3E
Tints of Well Read #A13D3E
RGB
CMYK
RGB Variations
Color information
#A13D3E (or 0xA13D3E) is known color: Well Read. HEX triplet: A1, 3D and 3E. RGB value is (161,61,62). Sum of RGB (Red+Green+Blue) = 161+61+62=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D3E is #5EC2C1. Grayscale: #5B5B5B. Windows color (decimal): -6210242 or 4079009. OLE color: 4079009.
HSL color Cylindrical-coordinate representation of color #A13D3E: hue angle of 359.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D3E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 62 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.37 |
| HSL | 359.4º | 0.45% | 0.44% | - |
| HSV(B) | 359.4º | 0.62% | 0.63% | - |
| XYZ | 17.24 | 11.26 | 5.82 | - |
| YUV | 91.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 62 | 0 | 0.62 | 0.61 | 0.37 | 359.4 | 0.45 | 0.44 |
| Hex | A1 | 3D | 3E | 0 | 3E | 3D | 25 | 167 | 2D | 2C |
| Octal | 241 | 75 | 76 | 0 | 76 | 75 | 45 | 547 | 55 | 54 |
| Binary | 10100001 | 111101 | 111110 | 0 | 111110 | 111101 | 100101 | 101100111 | 101101 | 101100 |
Color Harmonies of #A13D3E
Complementary color
Monochromatic Colors of #A13D3E
Black with #A13D3E
Text Example
Text Example
White with #A13D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D3E; }
p { color: rgb(161,61,62); }
H1.HeaderClassName
{
color: #A13D3E;
}
.AnyTagClassName
{
color: #A13D3E;
}
</style>
background-color css
<style>
a { background-color: #A13D3E; }
a { background-color: rgb(161,61,62); }
div.DivClassName
{
background-color: #A13D3E;
}
.BgClassName
{
background-color: #A13D3E;
}
</style>
border-color css
<style>
span { border-color: #A13D3E; }
span { border-color: rgb(161,61,62); }
td.TdClassName
{
border-color: #A13D3E;
}
.TagClassName
{
border-color: #A13D3E;
}
</style>