Shades of Well Read #8D373F
Tints of Well Read #8D373F
RGB
CMYK
RGB Variations
Color information
#8D373F (or 0x8D373F) is known color: Well Read. HEX triplet: 8D, 37 and 3F. RGB value is (141,55,63). Sum of RGB (Red+Green+Blue) = 141+55+63=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D373F is #72C8C0. Grayscale: #515151. Windows color (decimal): -7522497 or 4142989. OLE color: 4142989.
HSL color Cylindrical-coordinate representation of color #8D373F: hue angle of 354.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D373F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 63 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.45 |
| HSL | 354.42º | 0.44% | 0.38% | - |
| HSV(B) | 354.42º | 0.61% | 0.55% | - |
| XYZ | 13.25 | 8.75 | 5.69 | - |
| YUV | 81.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 63 | 0 | 0.61 | 0.55 | 0.45 | 354.42 | 0.44 | 0.38 |
| Hex | 8D | 37 | 3F | 0 | 3D | 37 | 2D | 162 | 2C | 26 |
| Octal | 215 | 67 | 77 | 0 | 75 | 67 | 55 | 542 | 54 | 46 |
| Binary | 10001101 | 110111 | 111111 | 0 | 111101 | 110111 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8D373F
Complementary color
Monochromatic Colors of #8D373F
Black with #8D373F
Text Example
Text Example
White with #8D373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D373F; }
p { color: rgb(141,55,63); }
H1.HeaderClassName
{
color: #8D373F;
}
.AnyTagClassName
{
color: #8D373F;
}
</style>
background-color css
<style>
a { background-color: #8D373F; }
a { background-color: rgb(141,55,63); }
div.DivClassName
{
background-color: #8D373F;
}
.BgClassName
{
background-color: #8D373F;
}
</style>
border-color css
<style>
span { border-color: #8D373F; }
span { border-color: rgb(141,55,63); }
td.TdClassName
{
border-color: #8D373F;
}
.TagClassName
{
border-color: #8D373F;
}
</style>