Shades of Well Read #8D373C
Tints of Well Read #8D373C
RGB
CMYK
RGB Variations
Color information
#8D373C (or 0x8D373C) is known color: Well Read. HEX triplet: 8D, 37 and 3C. RGB value is (141,55,60). Sum of RGB (Red+Green+Blue) = 141+55+60=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D373C is #72C8C3. Grayscale: #515151. Windows color (decimal): -7522500 or 3946381. OLE color: 3946381.
HSL color Cylindrical-coordinate representation of color #8D373C: hue angle of 356.51º 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 #8D373C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 60 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.45 |
| HSL | 356.51º | 0.44% | 0.38% | - |
| HSV(B) | 356.51º | 0.61% | 0.55% | - |
| XYZ | 13.17 | 8.72 | 5.26 | - |
| YUV | 81.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 60 | 0 | 0.61 | 0.57 | 0.45 | 356.51 | 0.44 | 0.38 |
| Hex | 8D | 37 | 3C | 0 | 3D | 39 | 2D | 165 | 2C | 26 |
| Octal | 215 | 67 | 74 | 0 | 75 | 71 | 55 | 545 | 54 | 46 |
| Binary | 10001101 | 110111 | 111100 | 0 | 111101 | 111001 | 101101 | 101100101 | 101100 | 100110 |
Color Harmonies of #8D373C
Complementary color
Monochromatic Colors of #8D373C
Black with #8D373C
Text Example
Text Example
White with #8D373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D373C; }
p { color: rgb(141,55,60); }
H1.HeaderClassName
{
color: #8D373C;
}
.AnyTagClassName
{
color: #8D373C;
}
</style>
background-color css
<style>
a { background-color: #8D373C; }
a { background-color: rgb(141,55,60); }
div.DivClassName
{
background-color: #8D373C;
}
.BgClassName
{
background-color: #8D373C;
}
</style>
border-color css
<style>
span { border-color: #8D373C; }
span { border-color: rgb(141,55,60); }
td.TdClassName
{
border-color: #8D373C;
}
.TagClassName
{
border-color: #8D373C;
}
</style>