Shades of Well Read #8A343D
Tints of Well Read #8A343D
RGB
CMYK
RGB Variations
Color information
#8A343D (or 0x8A343D) is known color: Well Read. HEX triplet: 8A, 34 and 3D. RGB value is (138,52,61). Sum of RGB (Red+Green+Blue) = 138+52+61=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A343D is #75CBC2. Grayscale: #4E4E4E. Windows color (decimal): -7719875 or 4011146. OLE color: 4011146.
HSL color Cylindrical-coordinate representation of color #8A343D: hue angle of 353.72º 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 #8A343D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 61 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.46 |
| HSL | 353.72º | 0.45% | 0.37% | - |
| HSV(B) | 353.72º | 0.62% | 0.54% | - |
| XYZ | 12.55 | 8.2 | 5.34 | - |
| YUV | 78.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 61 | 0 | 0.62 | 0.56 | 0.46 | 353.72 | 0.45 | 0.37 |
| Hex | 8A | 34 | 3D | 0 | 3E | 38 | 2E | 162 | 2D | 25 |
| Octal | 212 | 64 | 75 | 0 | 76 | 70 | 56 | 542 | 55 | 45 |
| Binary | 10001010 | 110100 | 111101 | 0 | 111110 | 111000 | 101110 | 101100010 | 101101 | 100101 |
Color Harmonies of #8A343D
Complementary color
Monochromatic Colors of #8A343D
Black with #8A343D
Text Example
Text Example
White with #8A343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A343D; }
p { color: rgb(138,52,61); }
H1.HeaderClassName
{
color: #8A343D;
}
.AnyTagClassName
{
color: #8A343D;
}
</style>
background-color css
<style>
a { background-color: #8A343D; }
a { background-color: rgb(138,52,61); }
div.DivClassName
{
background-color: #8A343D;
}
.BgClassName
{
background-color: #8A343D;
}
</style>
border-color css
<style>
span { border-color: #8A343D; }
span { border-color: rgb(138,52,61); }
td.TdClassName
{
border-color: #8A343D;
}
.TagClassName
{
border-color: #8A343D;
}
</style>