Shades of Well Read #8C3541
Tints of Well Read #8C3541
RGB
CMYK
RGB Variations
Color information
#8C3541 (or 0x8C3541) is known color: Well Read. HEX triplet: 8C, 35 and 41. RGB value is (140,53,65). Sum of RGB (Red+Green+Blue) = 140+53+65=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3541 is #73CABE. Grayscale: #505050. Windows color (decimal): -7588543 or 4273548. OLE color: 4273548.
HSL color Cylindrical-coordinate representation of color #8C3541: hue angle of 351.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3541 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 65 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.45 |
| HSL | 351.72º | 0.45% | 0.38% | - |
| HSV(B) | 351.72º | 0.62% | 0.55% | - |
| XYZ | 13.04 | 8.5 | 5.95 | - |
| YUV | 80.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 65 | 0 | 0.62 | 0.54 | 0.45 | 351.72 | 0.45 | 0.38 |
| Hex | 8C | 35 | 41 | 0 | 3E | 36 | 2D | 160 | 2D | 26 |
| Octal | 214 | 65 | 101 | 0 | 76 | 66 | 55 | 540 | 55 | 46 |
| Binary | 10001100 | 110101 | 1000001 | 0 | 111110 | 110110 | 101101 | 101100000 | 101101 | 100110 |
Color Harmonies of #8C3541
Complementary color
Monochromatic Colors of #8C3541
Black with #8C3541
Text Example
Text Example
White with #8C3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3541; }
p { color: rgb(140,53,65); }
H1.HeaderClassName
{
color: #8C3541;
}
.AnyTagClassName
{
color: #8C3541;
}
</style>
background-color css
<style>
a { background-color: #8C3541; }
a { background-color: rgb(140,53,65); }
div.DivClassName
{
background-color: #8C3541;
}
.BgClassName
{
background-color: #8C3541;
}
</style>
border-color css
<style>
span { border-color: #8C3541; }
span { border-color: rgb(140,53,65); }
td.TdClassName
{
border-color: #8C3541;
}
.TagClassName
{
border-color: #8C3541;
}
</style>