Shades of Well Read #8D303C
Tints of Well Read #8D303C
RGB
CMYK
RGB Variations
Color information
#8D303C (or 0x8D303C) is known color: Well Read. HEX triplet: 8D, 30 and 3C. RGB value is (141,48,60). Sum of RGB (Red+Green+Blue) = 141+48+60=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D303C is #72CFC3. Grayscale: #4D4D4D. Windows color (decimal): -7524292 or 3944589. OLE color: 3944589.
HSL color Cylindrical-coordinate representation of color #8D303C: hue angle of 352.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D303C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 60 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.45 |
| HSL | 352.26º | 0.49% | 0.37% | - |
| HSV(B) | 352.26º | 0.66% | 0.55% | - |
| XYZ | 12.86 | 8.1 | 5.16 | - |
| YUV | 77.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 60 | 0 | 0.66 | 0.57 | 0.45 | 352.26 | 0.49 | 0.37 |
| Hex | 8D | 30 | 3C | 0 | 42 | 39 | 2D | 160 | 31 | 25 |
| Octal | 215 | 60 | 74 | 0 | 102 | 71 | 55 | 540 | 61 | 45 |
| Binary | 10001101 | 110000 | 111100 | 0 | 1000010 | 111001 | 101101 | 101100000 | 110001 | 100101 |
Color Harmonies of #8D303C
Complementary color
Monochromatic Colors of #8D303C
Black with #8D303C
Text Example
Text Example
White with #8D303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D303C; }
p { color: rgb(141,48,60); }
H1.HeaderClassName
{
color: #8D303C;
}
.AnyTagClassName
{
color: #8D303C;
}
</style>
background-color css
<style>
a { background-color: #8D303C; }
a { background-color: rgb(141,48,60); }
div.DivClassName
{
background-color: #8D303C;
}
.BgClassName
{
background-color: #8D303C;
}
</style>
border-color css
<style>
span { border-color: #8D303C; }
span { border-color: rgb(141,48,60); }
td.TdClassName
{
border-color: #8D303C;
}
.TagClassName
{
border-color: #8D303C;
}
</style>