Shades of Well Read #8F3237
Tints of Well Read #8F3237
RGB
CMYK
RGB Variations
Color information
#8F3237 (or 0x8F3237) is known color: Well Read. HEX triplet: 8F, 32 and 37. RGB value is (143,50,55). Sum of RGB (Red+Green+Blue) = 143+50+55=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3237 is #70CDC8. Grayscale: #4E4E4E. Windows color (decimal): -7392713 or 3617423. OLE color: 3617423.
HSL color Cylindrical-coordinate representation of color #8F3237: hue angle of 356.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3237 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 55 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.44 |
| HSL | 356.77º | 0.48% | 0.38% | - |
| HSV(B) | 356.77º | 0.65% | 0.56% | - |
| XYZ | 13.16 | 8.4 | 4.54 | - |
| YUV | 78.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 55 | 0 | 0.65 | 0.62 | 0.44 | 356.77 | 0.48 | 0.38 |
| Hex | 8F | 32 | 37 | 0 | 41 | 3E | 2C | 165 | 30 | 26 |
| Octal | 217 | 62 | 67 | 0 | 101 | 76 | 54 | 545 | 60 | 46 |
| Binary | 10001111 | 110010 | 110111 | 0 | 1000001 | 111110 | 101100 | 101100101 | 110000 | 100110 |
Color Harmonies of #8F3237
Complementary color
Monochromatic Colors of #8F3237
Black with #8F3237
Text Example
Text Example
White with #8F3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3237; }
p { color: rgb(143,50,55); }
H1.HeaderClassName
{
color: #8F3237;
}
.AnyTagClassName
{
color: #8F3237;
}
</style>
background-color css
<style>
a { background-color: #8F3237; }
a { background-color: rgb(143,50,55); }
div.DivClassName
{
background-color: #8F3237;
}
.BgClassName
{
background-color: #8F3237;
}
</style>
border-color css
<style>
span { border-color: #8F3237; }
span { border-color: rgb(143,50,55); }
td.TdClassName
{
border-color: #8F3237;
}
.TagClassName
{
border-color: #8F3237;
}
</style>