Shades of Well Read #8C3538
Tints of Well Read #8C3538
RGB
CMYK
RGB Variations
Color information
#8C3538 (or 0x8C3538) is known color: Well Read. HEX triplet: 8C, 35 and 38. RGB value is (140,53,56). Sum of RGB (Red+Green+Blue) = 140+53+56=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3538 is #73CAC7. Grayscale: #4F4F4F. Windows color (decimal): -7588552 or 3683724. OLE color: 3683724.
HSL color Cylindrical-coordinate representation of color #8C3538: hue angle of 357.93º 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 #8C3538 is Cyan = 0, Magento = 0.62, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 56 | - |
| CMYK | 0 | 0.62 | 0.6 | 0.45 |
| HSL | 357.93º | 0.45% | 0.38% | - |
| HSV(B) | 357.93º | 0.62% | 0.55% | - |
| XYZ | 12.8 | 8.41 | 4.69 | - |
| YUV | 79.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 56 | 0 | 0.62 | 0.6 | 0.45 | 357.93 | 0.45 | 0.38 |
| Hex | 8C | 35 | 38 | 0 | 3E | 3C | 2D | 166 | 2D | 26 |
| Octal | 214 | 65 | 70 | 0 | 76 | 74 | 55 | 546 | 55 | 46 |
| Binary | 10001100 | 110101 | 111000 | 0 | 111110 | 111100 | 101101 | 101100110 | 101101 | 100110 |
Color Harmonies of #8C3538
Complementary color
Monochromatic Colors of #8C3538
Black with #8C3538
Text Example
Text Example
White with #8C3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3538; }
p { color: rgb(140,53,56); }
H1.HeaderClassName
{
color: #8C3538;
}
.AnyTagClassName
{
color: #8C3538;
}
</style>
background-color css
<style>
a { background-color: #8C3538; }
a { background-color: rgb(140,53,56); }
div.DivClassName
{
background-color: #8C3538;
}
.BgClassName
{
background-color: #8C3538;
}
</style>
border-color css
<style>
span { border-color: #8C3538; }
span { border-color: rgb(140,53,56); }
td.TdClassName
{
border-color: #8C3538;
}
.TagClassName
{
border-color: #8C3538;
}
</style>