Shades of Well Read #A53D3E
Tints of Well Read #A53D3E
RGB
CMYK
RGB Variations
Color information
#A53D3E (or 0xA53D3E) is known color: Well Read. HEX triplet: A5, 3D and 3E. RGB value is (165,61,62). Sum of RGB (Red+Green+Blue) = 165+61+62=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D3E is #5AC2C1. Grayscale: #5C5C5C. Windows color (decimal): -5948098 or 4079013. OLE color: 4079013.
HSL color Cylindrical-coordinate representation of color #A53D3E: hue angle of 359.42º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D3E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 62 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.35 |
| HSL | 359.42º | 0.46% | 0.44% | - |
| HSV(B) | 359.42º | 0.63% | 0.65% | - |
| XYZ | 18.06 | 11.68 | 5.86 | - |
| YUV | 92.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 62 | 0 | 0.63 | 0.62 | 0.35 | 359.42 | 0.46 | 0.44 |
| Hex | A5 | 3D | 3E | 0 | 3F | 3E | 23 | 167 | 2E | 2C |
| Octal | 245 | 75 | 76 | 0 | 77 | 76 | 43 | 547 | 56 | 54 |
| Binary | 10100101 | 111101 | 111110 | 0 | 111111 | 111110 | 100011 | 101100111 | 101110 | 101100 |
Color Harmonies of #A53D3E
Complementary color
Monochromatic Colors of #A53D3E
Black with #A53D3E
Text Example
Text Example
White with #A53D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D3E; }
p { color: rgb(165,61,62); }
H1.HeaderClassName
{
color: #A53D3E;
}
.AnyTagClassName
{
color: #A53D3E;
}
</style>
background-color css
<style>
a { background-color: #A53D3E; }
a { background-color: rgb(165,61,62); }
div.DivClassName
{
background-color: #A53D3E;
}
.BgClassName
{
background-color: #A53D3E;
}
</style>
border-color css
<style>
span { border-color: #A53D3E; }
span { border-color: rgb(165,61,62); }
td.TdClassName
{
border-color: #A53D3E;
}
.TagClassName
{
border-color: #A53D3E;
}
</style>