Shades of Well Read #8F303D
Tints of Well Read #8F303D
RGB
CMYK
RGB Variations
Color information
#8F303D (or 0x8F303D) is known color: Well Read. HEX triplet: 8F, 30 and 3D. RGB value is (143,48,61). Sum of RGB (Red+Green+Blue) = 143+48+61=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F303D is #70CFC2. Grayscale: #4D4D4D. Windows color (decimal): -7393219 or 4010127. OLE color: 4010127.
HSL color Cylindrical-coordinate representation of color #8F303D: hue angle of 351.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F303D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 61 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.44 |
| HSL | 351.79º | 0.5% | 0.37% | - |
| HSV(B) | 351.79º | 0.66% | 0.56% | - |
| XYZ | 13.23 | 8.29 | 5.32 | - |
| YUV | 77.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 61 | 0 | 0.66 | 0.57 | 0.44 | 351.79 | 0.5 | 0.37 |
| Hex | 8F | 30 | 3D | 0 | 42 | 39 | 2C | 160 | 32 | 25 |
| Octal | 217 | 60 | 75 | 0 | 102 | 71 | 54 | 540 | 62 | 45 |
| Binary | 10001111 | 110000 | 111101 | 0 | 1000010 | 111001 | 101100 | 101100000 | 110010 | 100101 |
Color Harmonies of #8F303D
Complementary color
Monochromatic Colors of #8F303D
Black with #8F303D
Text Example
Text Example
White with #8F303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F303D; }
p { color: rgb(143,48,61); }
H1.HeaderClassName
{
color: #8F303D;
}
.AnyTagClassName
{
color: #8F303D;
}
</style>
background-color css
<style>
a { background-color: #8F303D; }
a { background-color: rgb(143,48,61); }
div.DivClassName
{
background-color: #8F303D;
}
.BgClassName
{
background-color: #8F303D;
}
</style>
border-color css
<style>
span { border-color: #8F303D; }
span { border-color: rgb(143,48,61); }
td.TdClassName
{
border-color: #8F303D;
}
.TagClassName
{
border-color: #8F303D;
}
</style>