Shades of Well Read #8A353E
Tints of Well Read #8A353E
RGB
CMYK
RGB Variations
Color information
#8A353E (or 0x8A353E) is known color: Well Read. HEX triplet: 8A, 35 and 3E. RGB value is (138,53,62). Sum of RGB (Red+Green+Blue) = 138+53+62=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A353E is #75CAC1. Grayscale: #4F4F4F. Windows color (decimal): -7719618 or 4076938. OLE color: 4076938.
HSL color Cylindrical-coordinate representation of color #8A353E: hue angle of 353.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A353E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 62 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.46 |
| HSL | 353.65º | 0.45% | 0.37% | - |
| HSV(B) | 353.65º | 0.62% | 0.54% | - |
| XYZ | 12.62 | 8.3 | 5.49 | - |
| YUV | 79.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 62 | 0 | 0.62 | 0.55 | 0.46 | 353.65 | 0.45 | 0.37 |
| Hex | 8A | 35 | 3E | 0 | 3E | 37 | 2E | 162 | 2D | 25 |
| Octal | 212 | 65 | 76 | 0 | 76 | 67 | 56 | 542 | 55 | 45 |
| Binary | 10001010 | 110101 | 111110 | 0 | 111110 | 110111 | 101110 | 101100010 | 101101 | 100101 |
Color Harmonies of #8A353E
Complementary color
Monochromatic Colors of #8A353E
Black with #8A353E
Text Example
Text Example
White with #8A353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A353E; }
p { color: rgb(138,53,62); }
H1.HeaderClassName
{
color: #8A353E;
}
.AnyTagClassName
{
color: #8A353E;
}
</style>
background-color css
<style>
a { background-color: #8A353E; }
a { background-color: rgb(138,53,62); }
div.DivClassName
{
background-color: #8A353E;
}
.BgClassName
{
background-color: #8A353E;
}
</style>
border-color css
<style>
span { border-color: #8A353E; }
span { border-color: rgb(138,53,62); }
td.TdClassName
{
border-color: #8A353E;
}
.TagClassName
{
border-color: #8A353E;
}
</style>