Shades of Well Read #8D3042
Tints of Well Read #8D3042
RGB
CMYK
RGB Variations
Color information
#8D3042 (or 0x8D3042) is known color: Well Read. HEX triplet: 8D, 30 and 42. RGB value is (141,48,66). Sum of RGB (Red+Green+Blue) = 141+48+66=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3042 is #72CFBD. Grayscale: #4D4D4D. Windows color (decimal): -7524286 or 4337805. OLE color: 4337805.
HSL color Cylindrical-coordinate representation of color #8D3042: hue angle of 348.39º 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 #8D3042 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 66 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.45 |
| HSL | 348.39º | 0.49% | 0.37% | - |
| HSV(B) | 348.39º | 0.66% | 0.55% | - |
| XYZ | 13.02 | 8.17 | 6.04 | - |
| YUV | 77.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 66 | 0 | 0.66 | 0.53 | 0.45 | 348.39 | 0.49 | 0.37 |
| Hex | 8D | 30 | 42 | 0 | 42 | 35 | 2D | 15C | 31 | 25 |
| Octal | 215 | 60 | 102 | 0 | 102 | 65 | 55 | 534 | 61 | 45 |
| Binary | 10001101 | 110000 | 1000010 | 0 | 1000010 | 110101 | 101101 | 101011100 | 110001 | 100101 |
Color Harmonies of #8D3042
Complementary color
Monochromatic Colors of #8D3042
Black with #8D3042
Text Example
Text Example
White with #8D3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3042; }
p { color: rgb(141,48,66); }
H1.HeaderClassName
{
color: #8D3042;
}
.AnyTagClassName
{
color: #8D3042;
}
</style>
background-color css
<style>
a { background-color: #8D3042; }
a { background-color: rgb(141,48,66); }
div.DivClassName
{
background-color: #8D3042;
}
.BgClassName
{
background-color: #8D3042;
}
</style>
border-color css
<style>
span { border-color: #8D3042; }
span { border-color: rgb(141,48,66); }
td.TdClassName
{
border-color: #8D3042;
}
.TagClassName
{
border-color: #8D3042;
}
</style>