Shades of Well Read #8A313E
Tints of Well Read #8A313E
RGB
CMYK
RGB Variations
Color information
#8A313E (or 0x8A313E) is known color: Well Read. HEX triplet: 8A, 31 and 3E. RGB value is (138,49,62). Sum of RGB (Red+Green+Blue) = 138+49+62=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A313E is #75CEC1. Grayscale: #4D4D4D. Windows color (decimal): -7720642 or 4075914. OLE color: 4075914.
HSL color Cylindrical-coordinate representation of color #8A313E: hue angle of 351.24º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A313E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 62 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.46 |
| HSL | 351.24º | 0.48% | 0.37% | - |
| HSV(B) | 351.24º | 0.64% | 0.54% | - |
| XYZ | 12.45 | 7.95 | 5.44 | - |
| YUV | 77.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 62 | 0 | 0.64 | 0.55 | 0.46 | 351.24 | 0.48 | 0.37 |
| Hex | 8A | 31 | 3E | 0 | 40 | 37 | 2E | 15F | 30 | 25 |
| Octal | 212 | 61 | 76 | 0 | 100 | 67 | 56 | 537 | 60 | 45 |
| Binary | 10001010 | 110001 | 111110 | 0 | 1000000 | 110111 | 101110 | 101011111 | 110000 | 100101 |
Color Harmonies of #8A313E
Complementary color
Monochromatic Colors of #8A313E
Black with #8A313E
Text Example
Text Example
White with #8A313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A313E; }
p { color: rgb(138,49,62); }
H1.HeaderClassName
{
color: #8A313E;
}
.AnyTagClassName
{
color: #8A313E;
}
</style>
background-color css
<style>
a { background-color: #8A313E; }
a { background-color: rgb(138,49,62); }
div.DivClassName
{
background-color: #8A313E;
}
.BgClassName
{
background-color: #8A313E;
}
</style>
border-color css
<style>
span { border-color: #8A313E; }
span { border-color: rgb(138,49,62); }
td.TdClassName
{
border-color: #8A313E;
}
.TagClassName
{
border-color: #8A313E;
}
</style>