Shades of Well Read #8D3639
Tints of Well Read #8D3639
RGB
CMYK
RGB Variations
Color information
#8D3639 (or 0x8D3639) is known color: Well Read. HEX triplet: 8D, 36 and 39. RGB value is (141,54,57). Sum of RGB (Red+Green+Blue) = 141+54+57=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3639 is #72C9C6. Grayscale: #505050. Windows color (decimal): -7522759 or 3749517. OLE color: 3749517.
HSL color Cylindrical-coordinate representation of color #8D3639: 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 #8D3639 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 57 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.45 |
| HSL | 357.93º | 0.45% | 0.38% | - |
| HSV(B) | 357.93º | 0.62% | 0.55% | - |
| XYZ | 13.04 | 8.6 | 4.84 | - |
| YUV | 80.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 57 | 0 | 0.62 | 0.60 | 0.45 | 357.93 | 0.45 | 0.38 |
| Hex | 8D | 36 | 39 | 0 | 3E | 3C | 2D | 166 | 2D | 26 |
| Octal | 215 | 66 | 71 | 0 | 76 | 74 | 55 | 546 | 55 | 46 |
| Binary | 10001101 | 110110 | 111001 | 0 | 111110 | 111100 | 101101 | 101100110 | 101101 | 100110 |
Color Harmonies of #8D3639
Complementary color
Monochromatic Colors of #8D3639
Black with #8D3639
Text Example
Text Example
White with #8D3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3639; }
p { color: rgb(141,54,57); }
H1.HeaderClassName
{
color: #8D3639;
}
.AnyTagClassName
{
color: #8D3639;
}
</style>
background-color css
<style>
a { background-color: #8D3639; }
a { background-color: rgb(141,54,57); }
div.DivClassName
{
background-color: #8D3639;
}
.BgClassName
{
background-color: #8D3639;
}
</style>
border-color css
<style>
span { border-color: #8D3639; }
span { border-color: rgb(141,54,57); }
td.TdClassName
{
border-color: #8D3639;
}
.TagClassName
{
border-color: #8D3639;
}
</style>