Shades of Well Read #8C373E
Tints of Well Read #8C373E
RGB
CMYK
RGB Variations
Color information
#8C373E (or 0x8C373E) is known color: Well Read. HEX triplet: 8C, 37 and 3E. RGB value is (140,55,62). Sum of RGB (Red+Green+Blue) = 140+55+62=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C373E is #73C8C1. Grayscale: #515151. Windows color (decimal): -7588034 or 4077452. OLE color: 4077452.
HSL color Cylindrical-coordinate representation of color #8C373E: hue angle of 355.06º 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 #8C373E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 62 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.45 |
| HSL | 355.06º | 0.44% | 0.38% | - |
| HSV(B) | 355.06º | 0.61% | 0.55% | - |
| XYZ | 13.05 | 8.66 | 5.54 | - |
| YUV | 81.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 62 | 0 | 0.61 | 0.56 | 0.45 | 355.06 | 0.44 | 0.38 |
| Hex | 8C | 37 | 3E | 0 | 3D | 38 | 2D | 163 | 2C | 26 |
| Octal | 214 | 67 | 76 | 0 | 75 | 70 | 55 | 543 | 54 | 46 |
| Binary | 10001100 | 110111 | 111110 | 0 | 111101 | 111000 | 101101 | 101100011 | 101100 | 100110 |
Color Harmonies of #8C373E
Complementary color
Monochromatic Colors of #8C373E
Black with #8C373E
Text Example
Text Example
White with #8C373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C373E; }
p { color: rgb(140,55,62); }
H1.HeaderClassName
{
color: #8C373E;
}
.AnyTagClassName
{
color: #8C373E;
}
</style>
background-color css
<style>
a { background-color: #8C373E; }
a { background-color: rgb(140,55,62); }
div.DivClassName
{
background-color: #8C373E;
}
.BgClassName
{
background-color: #8C373E;
}
</style>
border-color css
<style>
span { border-color: #8C373E; }
span { border-color: rgb(140,55,62); }
td.TdClassName
{
border-color: #8C373E;
}
.TagClassName
{
border-color: #8C373E;
}
</style>