Shades of Well Read #8C313B
Tints of Well Read #8C313B
RGB
CMYK
RGB Variations
Color information
#8C313B (or 0x8C313B) is known color: Well Read. HEX triplet: 8C, 31 and 3B. RGB value is (140,49,59). Sum of RGB (Red+Green+Blue) = 140+49+59=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C313B is #73CEC4. Grayscale: #4D4D4D. Windows color (decimal): -7589573 or 3879308. OLE color: 3879308.
HSL color Cylindrical-coordinate representation of color #8C313B: hue angle of 353.41º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C313B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 59 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.45 |
| HSL | 353.41º | 0.48% | 0.37% | - |
| HSV(B) | 353.41º | 0.65% | 0.55% | - |
| XYZ | 12.7 | 8.09 | 5.03 | - |
| YUV | 77.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 59 | 0 | 0.65 | 0.58 | 0.45 | 353.41 | 0.48 | 0.37 |
| Hex | 8C | 31 | 3B | 0 | 41 | 3A | 2D | 161 | 30 | 25 |
| Octal | 214 | 61 | 73 | 0 | 101 | 72 | 55 | 541 | 60 | 45 |
| Binary | 10001100 | 110001 | 111011 | 0 | 1000001 | 111010 | 101101 | 101100001 | 110000 | 100101 |
Color Harmonies of #8C313B
Complementary color
Monochromatic Colors of #8C313B
Black with #8C313B
Text Example
Text Example
White with #8C313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C313B; }
p { color: rgb(140,49,59); }
H1.HeaderClassName
{
color: #8C313B;
}
.AnyTagClassName
{
color: #8C313B;
}
</style>
background-color css
<style>
a { background-color: #8C313B; }
a { background-color: rgb(140,49,59); }
div.DivClassName
{
background-color: #8C313B;
}
.BgClassName
{
background-color: #8C313B;
}
</style>
border-color css
<style>
span { border-color: #8C313B; }
span { border-color: rgb(140,49,59); }
td.TdClassName
{
border-color: #8C313B;
}
.TagClassName
{
border-color: #8C313B;
}
</style>