Shades of Well Read #8D3538
Tints of Well Read #8D3538
RGB
CMYK
RGB Variations
Color information
#8D3538 (or 0x8D3538) is known color: Well Read. HEX triplet: 8D, 35 and 38. RGB value is (141,53,56). Sum of RGB (Red+Green+Blue) = 141+53+56=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3538 is #72CAC7. Grayscale: #4F4F4F. Windows color (decimal): -7523016 or 3683725. OLE color: 3683725.
HSL color Cylindrical-coordinate representation of color #8D3538: hue angle of 357.95º 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 #8D3538 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 56 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.45 |
| HSL | 357.95º | 0.45% | 0.38% | - |
| HSV(B) | 357.95º | 0.62% | 0.55% | - |
| XYZ | 12.97 | 8.49 | 4.7 | - |
| YUV | 79.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 56 | 0 | 0.62 | 0.60 | 0.45 | 357.95 | 0.45 | 0.38 |
| Hex | 8D | 35 | 38 | 0 | 3E | 3C | 2D | 166 | 2D | 26 |
| Octal | 215 | 65 | 70 | 0 | 76 | 74 | 55 | 546 | 55 | 46 |
| Binary | 10001101 | 110101 | 111000 | 0 | 111110 | 111100 | 101101 | 101100110 | 101101 | 100110 |
Color Harmonies of #8D3538
Complementary color
Monochromatic Colors of #8D3538
Black with #8D3538
Text Example
Text Example
White with #8D3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3538; }
p { color: rgb(141,53,56); }
H1.HeaderClassName
{
color: #8D3538;
}
.AnyTagClassName
{
color: #8D3538;
}
</style>
background-color css
<style>
a { background-color: #8D3538; }
a { background-color: rgb(141,53,56); }
div.DivClassName
{
background-color: #8D3538;
}
.BgClassName
{
background-color: #8D3538;
}
</style>
border-color css
<style>
span { border-color: #8D3538; }
span { border-color: rgb(141,53,56); }
td.TdClassName
{
border-color: #8D3538;
}
.TagClassName
{
border-color: #8D3538;
}
</style>