Shades of Well Read #A23940
Tints of Well Read #A23940
RGB
CMYK
RGB Variations
Color information
#A23940 (or 0xA23940) is known color: Well Read. HEX triplet: A2, 39 and 40. RGB value is (162,57,64). Sum of RGB (Red+Green+Blue) = 162+57+64=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A23940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23940 is #5DC6BF. Grayscale: #595959. Windows color (decimal): -6145728 or 4209058. OLE color: 4209058.
HSL color Cylindrical-coordinate representation of color #A23940: hue angle of 356º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23940 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 64 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.36 |
| HSL | 356º | 0.48% | 0.43% | - |
| HSV(B) | 356º | 0.65% | 0.64% | - |
| XYZ | 17.29 | 10.98 | 6.06 | - |
| YUV | 89.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 64 | 0 | 0.65 | 0.60 | 0.36 | 356 | 0.48 | 0.43 |
| Hex | A2 | 39 | 40 | 0 | 41 | 3C | 24 | 164 | 30 | 2B |
| Octal | 242 | 71 | 100 | 0 | 101 | 74 | 44 | 544 | 60 | 53 |
| Binary | 10100010 | 111001 | 1000000 | 0 | 1000001 | 111100 | 100100 | 101100100 | 110000 | 101011 |
Color Harmonies of #A23940
Complementary color
Monochromatic Colors of #A23940
Black with #A23940
Text Example
Text Example
White with #A23940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23940; }
p { color: rgb(162,57,64); }
H1.HeaderClassName
{
color: #A23940;
}
.AnyTagClassName
{
color: #A23940;
}
</style>
background-color css
<style>
a { background-color: #A23940; }
a { background-color: rgb(162,57,64); }
div.DivClassName
{
background-color: #A23940;
}
.BgClassName
{
background-color: #A23940;
}
</style>
border-color css
<style>
span { border-color: #A23940; }
span { border-color: rgb(162,57,64); }
td.TdClassName
{
border-color: #A23940;
}
.TagClassName
{
border-color: #A23940;
}
</style>