Shades of Well Read #A33940
Tints of Well Read #A33940
RGB
CMYK
RGB Variations
Color information
#A33940 (or 0xA33940) is known color: Well Read. HEX triplet: A3, 39 and 40. RGB value is (163,57,64). Sum of RGB (Red+Green+Blue) = 163+57+64=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A33940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33940 is #5CC6BF. Grayscale: #595959. Windows color (decimal): -6080192 or 4209059. OLE color: 4209059.
HSL color Cylindrical-coordinate representation of color #A33940: hue angle of 356.04º 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 #A33940 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 64 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.36 |
| HSL | 356.04º | 0.48% | 0.43% | - |
| HSV(B) | 356.04º | 0.65% | 0.64% | - |
| XYZ | 17.49 | 11.08 | 6.07 | - |
| YUV | 89.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 64 | 0 | 0.65 | 0.61 | 0.36 | 356.04 | 0.48 | 0.43 |
| Hex | A3 | 39 | 40 | 0 | 41 | 3D | 24 | 164 | 30 | 2B |
| Octal | 243 | 71 | 100 | 0 | 101 | 75 | 44 | 544 | 60 | 53 |
| Binary | 10100011 | 111001 | 1000000 | 0 | 1000001 | 111101 | 100100 | 101100100 | 110000 | 101011 |
Color Harmonies of #A33940
Complementary color
Monochromatic Colors of #A33940
Black with #A33940
Text Example
Text Example
White with #A33940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33940; }
p { color: rgb(163,57,64); }
H1.HeaderClassName
{
color: #A33940;
}
.AnyTagClassName
{
color: #A33940;
}
</style>
background-color css
<style>
a { background-color: #A33940; }
a { background-color: rgb(163,57,64); }
div.DivClassName
{
background-color: #A33940;
}
.BgClassName
{
background-color: #A33940;
}
</style>
border-color css
<style>
span { border-color: #A33940; }
span { border-color: rgb(163,57,64); }
td.TdClassName
{
border-color: #A33940;
}
.TagClassName
{
border-color: #A33940;
}
</style>