Shades of Well Read #8D3040
Tints of Well Read #8D3040
RGB
CMYK
RGB Variations
Color information
#8D3040 (or 0x8D3040) is known color: Well Read. HEX triplet: 8D, 30 and 40. RGB value is (141,48,64). Sum of RGB (Red+Green+Blue) = 141+48+64=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3040 is #72CFBF. Grayscale: #4D4D4D. Windows color (decimal): -7524288 or 4206733. OLE color: 4206733.
HSL color Cylindrical-coordinate representation of color #8D3040: hue angle of 349.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3040 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 64 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.45 |
| HSL | 349.68º | 0.49% | 0.37% | - |
| HSV(B) | 349.68º | 0.66% | 0.55% | - |
| XYZ | 12.97 | 8.15 | 5.74 | - |
| YUV | 77.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 64 | 0 | 0.66 | 0.55 | 0.45 | 349.68 | 0.49 | 0.37 |
| Hex | 8D | 30 | 40 | 0 | 42 | 37 | 2D | 15E | 31 | 25 |
| Octal | 215 | 60 | 100 | 0 | 102 | 67 | 55 | 536 | 61 | 45 |
| Binary | 10001101 | 110000 | 1000000 | 0 | 1000010 | 110111 | 101101 | 101011110 | 110001 | 100101 |
Color Harmonies of #8D3040
Complementary color
Monochromatic Colors of #8D3040
Black with #8D3040
Text Example
Text Example
White with #8D3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3040; }
p { color: rgb(141,48,64); }
H1.HeaderClassName
{
color: #8D3040;
}
.AnyTagClassName
{
color: #8D3040;
}
</style>
background-color css
<style>
a { background-color: #8D3040; }
a { background-color: rgb(141,48,64); }
div.DivClassName
{
background-color: #8D3040;
}
.BgClassName
{
background-color: #8D3040;
}
</style>
border-color css
<style>
span { border-color: #8D3040; }
span { border-color: rgb(141,48,64); }
td.TdClassName
{
border-color: #8D3040;
}
.TagClassName
{
border-color: #8D3040;
}
</style>