Shades of Well Read #8A343C
Tints of Well Read #8A343C
RGB
CMYK
RGB Variations
Color information
#8A343C (or 0x8A343C) is known color: Well Read. HEX triplet: 8A, 34 and 3C. RGB value is (138,52,60). Sum of RGB (Red+Green+Blue) = 138+52+60=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A343C is #75CBC3. Grayscale: #4E4E4E. Windows color (decimal): -7719876 or 3945610. OLE color: 3945610.
HSL color Cylindrical-coordinate representation of color #8A343C: hue angle of 354.42º 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 #8A343C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 60 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.46 |
| HSL | 354.42º | 0.45% | 0.37% | - |
| HSV(B) | 354.42º | 0.62% | 0.54% | - |
| XYZ | 12.52 | 8.19 | 5.19 | - |
| YUV | 78.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 60 | 0 | 0.62 | 0.57 | 0.46 | 354.42 | 0.45 | 0.37 |
| Hex | 8A | 34 | 3C | 0 | 3E | 39 | 2E | 162 | 2D | 25 |
| Octal | 212 | 64 | 74 | 0 | 76 | 71 | 56 | 542 | 55 | 45 |
| Binary | 10001010 | 110100 | 111100 | 0 | 111110 | 111001 | 101110 | 101100010 | 101101 | 100101 |
Color Harmonies of #8A343C
Complementary color
Monochromatic Colors of #8A343C
Black with #8A343C
Text Example
Text Example
White with #8A343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A343C; }
p { color: rgb(138,52,60); }
H1.HeaderClassName
{
color: #8A343C;
}
.AnyTagClassName
{
color: #8A343C;
}
</style>
background-color css
<style>
a { background-color: #8A343C; }
a { background-color: rgb(138,52,60); }
div.DivClassName
{
background-color: #8A343C;
}
.BgClassName
{
background-color: #8A343C;
}
</style>
border-color css
<style>
span { border-color: #8A343C; }
span { border-color: rgb(138,52,60); }
td.TdClassName
{
border-color: #8A343C;
}
.TagClassName
{
border-color: #8A343C;
}
</style>