Shades of Well Read #8C2F40
Tints of Well Read #8C2F40
RGB
CMYK
RGB Variations
Color information
#8C2F40 (or 0x8C2F40) is known color: Well Read. HEX triplet: 8C, 2F and 40. RGB value is (140,47,64). Sum of RGB (Red+Green+Blue) = 140+47+64=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F40 is #73D0BF. Grayscale: #4C4C4C. Windows color (decimal): -7590080 or 4206476. OLE color: 4206476.
HSL color Cylindrical-coordinate representation of color #8C2F40: hue angle of 349.03º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F40 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 64 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.45 |
| HSL | 349.03º | 0.5% | 0.37% | - |
| HSV(B) | 349.03º | 0.66% | 0.55% | - |
| XYZ | 12.76 | 7.98 | 5.72 | - |
| YUV | 76.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 64 | 0 | 0.66 | 0.54 | 0.45 | 349.03 | 0.5 | 0.37 |
| Hex | 8C | 2F | 40 | 0 | 42 | 36 | 2D | 15D | 32 | 25 |
| Octal | 214 | 57 | 100 | 0 | 102 | 66 | 55 | 535 | 62 | 45 |
| Binary | 10001100 | 101111 | 1000000 | 0 | 1000010 | 110110 | 101101 | 101011101 | 110010 | 100101 |
Color Harmonies of #8C2F40
Complementary color
Monochromatic Colors of #8C2F40
Black with #8C2F40
Text Example
Text Example
White with #8C2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F40; }
p { color: rgb(140,47,64); }
H1.HeaderClassName
{
color: #8C2F40;
}
.AnyTagClassName
{
color: #8C2F40;
}
</style>
background-color css
<style>
a { background-color: #8C2F40; }
a { background-color: rgb(140,47,64); }
div.DivClassName
{
background-color: #8C2F40;
}
.BgClassName
{
background-color: #8C2F40;
}
</style>
border-color css
<style>
span { border-color: #8C2F40; }
span { border-color: rgb(140,47,64); }
td.TdClassName
{
border-color: #8C2F40;
}
.TagClassName
{
border-color: #8C2F40;
}
</style>