Shades of Well Read #8D323F
Tints of Well Read #8D323F
RGB
CMYK
RGB Variations
Color information
#8D323F (or 0x8D323F) is known color: Well Read. HEX triplet: 8D, 32 and 3F. RGB value is (141,50,63). Sum of RGB (Red+Green+Blue) = 141+50+63=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D323F is #72CDC0. Grayscale: #4E4E4E. Windows color (decimal): -7523777 or 4141709. OLE color: 4141709.
HSL color Cylindrical-coordinate representation of color #8D323F: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D323F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 63 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.45 |
| HSL | 351.43º | 0.48% | 0.37% | - |
| HSV(B) | 351.43º | 0.65% | 0.55% | - |
| XYZ | 13.02 | 8.3 | 5.62 | - |
| YUV | 78.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 63 | 0 | 0.65 | 0.55 | 0.45 | 351.43 | 0.48 | 0.37 |
| Hex | 8D | 32 | 3F | 0 | 41 | 37 | 2D | 15F | 30 | 25 |
| Octal | 215 | 62 | 77 | 0 | 101 | 67 | 55 | 537 | 60 | 45 |
| Binary | 10001101 | 110010 | 111111 | 0 | 1000001 | 110111 | 101101 | 101011111 | 110000 | 100101 |
Color Harmonies of #8D323F
Complementary color
Monochromatic Colors of #8D323F
Black with #8D323F
Text Example
Text Example
White with #8D323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D323F; }
p { color: rgb(141,50,63); }
H1.HeaderClassName
{
color: #8D323F;
}
.AnyTagClassName
{
color: #8D323F;
}
</style>
background-color css
<style>
a { background-color: #8D323F; }
a { background-color: rgb(141,50,63); }
div.DivClassName
{
background-color: #8D323F;
}
.BgClassName
{
background-color: #8D323F;
}
</style>
border-color css
<style>
span { border-color: #8D323F; }
span { border-color: rgb(141,50,63); }
td.TdClassName
{
border-color: #8D323F;
}
.TagClassName
{
border-color: #8D323F;
}
</style>