Shades of Well Read #8D363D
Tints of Well Read #8D363D
RGB
CMYK
RGB Variations
Color information
#8D363D (or 0x8D363D) is known color: Well Read. HEX triplet: 8D, 36 and 3D. RGB value is (141,54,61). Sum of RGB (Red+Green+Blue) = 141+54+61=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D363D is #72C9C2. Grayscale: #505050. Windows color (decimal): -7522755 or 4011661. OLE color: 4011661.
HSL color Cylindrical-coordinate representation of color #8D363D: hue angle of 355.17º 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 #8D363D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 61 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.45 |
| HSL | 355.17º | 0.45% | 0.38% | - |
| HSV(B) | 355.17º | 0.62% | 0.55% | - |
| XYZ | 13.15 | 8.64 | 5.39 | - |
| YUV | 80.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 61 | 0 | 0.62 | 0.57 | 0.45 | 355.17 | 0.45 | 0.38 |
| Hex | 8D | 36 | 3D | 0 | 3E | 39 | 2D | 163 | 2D | 26 |
| Octal | 215 | 66 | 75 | 0 | 76 | 71 | 55 | 543 | 55 | 46 |
| Binary | 10001101 | 110110 | 111101 | 0 | 111110 | 111001 | 101101 | 101100011 | 101101 | 100110 |
Color Harmonies of #8D363D
Complementary color
Monochromatic Colors of #8D363D
Black with #8D363D
Text Example
Text Example
White with #8D363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D363D; }
p { color: rgb(141,54,61); }
H1.HeaderClassName
{
color: #8D363D;
}
.AnyTagClassName
{
color: #8D363D;
}
</style>
background-color css
<style>
a { background-color: #8D363D; }
a { background-color: rgb(141,54,61); }
div.DivClassName
{
background-color: #8D363D;
}
.BgClassName
{
background-color: #8D363D;
}
</style>
border-color css
<style>
span { border-color: #8D363D; }
span { border-color: rgb(141,54,61); }
td.TdClassName
{
border-color: #8D363D;
}
.TagClassName
{
border-color: #8D363D;
}
</style>