Shades of Well Read #8C373F
Tints of Well Read #8C373F
RGB
CMYK
RGB Variations
Color information
#8C373F (or 0x8C373F) is known color: Well Read. HEX triplet: 8C, 37 and 3F. RGB value is (140,55,63). Sum of RGB (Red+Green+Blue) = 140+55+63=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C373F is #73C8C0. Grayscale: #515151. Windows color (decimal): -7588033 or 4142988. OLE color: 4142988.
HSL color Cylindrical-coordinate representation of color #8C373F: hue angle of 354.35º 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 #8C373F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 63 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.45 |
| HSL | 354.35º | 0.44% | 0.38% | - |
| HSV(B) | 354.35º | 0.61% | 0.55% | - |
| XYZ | 13.08 | 8.67 | 5.69 | - |
| YUV | 81.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 63 | 0 | 0.61 | 0.55 | 0.45 | 354.35 | 0.44 | 0.38 |
| Hex | 8C | 37 | 3F | 0 | 3D | 37 | 2D | 162 | 2C | 26 |
| Octal | 214 | 67 | 77 | 0 | 75 | 67 | 55 | 542 | 54 | 46 |
| Binary | 10001100 | 110111 | 111111 | 0 | 111101 | 110111 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8C373F
Complementary color
Monochromatic Colors of #8C373F
Black with #8C373F
Text Example
Text Example
White with #8C373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C373F; }
p { color: rgb(140,55,63); }
H1.HeaderClassName
{
color: #8C373F;
}
.AnyTagClassName
{
color: #8C373F;
}
</style>
background-color css
<style>
a { background-color: #8C373F; }
a { background-color: rgb(140,55,63); }
div.DivClassName
{
background-color: #8C373F;
}
.BgClassName
{
background-color: #8C373F;
}
</style>
border-color css
<style>
span { border-color: #8C373F; }
span { border-color: rgb(140,55,63); }
td.TdClassName
{
border-color: #8C373F;
}
.TagClassName
{
border-color: #8C373F;
}
</style>