Shades of Well Read #8F3036
Tints of Well Read #8F3036
RGB
CMYK
RGB Variations
Color information
#8F3036 (or 0x8F3036) is known color: Well Read. HEX triplet: 8F, 30 and 36. RGB value is (143,48,54). Sum of RGB (Red+Green+Blue) = 143+48+54=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3036 is #70CFC9. Grayscale: #4D4D4D. Windows color (decimal): -7393226 or 3551375. OLE color: 3551375.
HSL color Cylindrical-coordinate representation of color #8F3036: hue angle of 356.21º 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 #8F3036 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 54 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.44 |
| HSL | 356.21º | 0.5% | 0.37% | - |
| HSV(B) | 356.21º | 0.66% | 0.56% | - |
| XYZ | 13.05 | 8.22 | 4.39 | - |
| YUV | 77.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 54 | 0 | 0.66 | 0.62 | 0.44 | 356.21 | 0.5 | 0.37 |
| Hex | 8F | 30 | 36 | 0 | 42 | 3E | 2C | 164 | 32 | 25 |
| Octal | 217 | 60 | 66 | 0 | 102 | 76 | 54 | 544 | 62 | 45 |
| Binary | 10001111 | 110000 | 110110 | 0 | 1000010 | 111110 | 101100 | 101100100 | 110010 | 100101 |
Color Harmonies of #8F3036
Complementary color
Monochromatic Colors of #8F3036
Black with #8F3036
Text Example
Text Example
White with #8F3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3036; }
p { color: rgb(143,48,54); }
H1.HeaderClassName
{
color: #8F3036;
}
.AnyTagClassName
{
color: #8F3036;
}
</style>
background-color css
<style>
a { background-color: #8F3036; }
a { background-color: rgb(143,48,54); }
div.DivClassName
{
background-color: #8F3036;
}
.BgClassName
{
background-color: #8F3036;
}
</style>
border-color css
<style>
span { border-color: #8F3036; }
span { border-color: rgb(143,48,54); }
td.TdClassName
{
border-color: #8F3036;
}
.TagClassName
{
border-color: #8F3036;
}
</style>