Shades of Well Read #8F363F
Tints of Well Read #8F363F
RGB
CMYK
RGB Variations
Color information
#8F363F (or 0x8F363F) is known color: Well Read. HEX triplet: 8F, 36 and 3F. RGB value is (143,54,63). Sum of RGB (Red+Green+Blue) = 143+54+63=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F363F is #70C9C0. Grayscale: #515151. Windows color (decimal): -7391681 or 4142735. OLE color: 4142735.
HSL color Cylindrical-coordinate representation of color #8F363F: hue angle of 353.93º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F363F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 63 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.44 |
| HSL | 353.93º | 0.45% | 0.39% | - |
| HSV(B) | 353.93º | 0.62% | 0.56% | - |
| XYZ | 13.54 | 8.84 | 5.69 | - |
| YUV | 81.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 63 | 0 | 0.62 | 0.56 | 0.44 | 353.93 | 0.45 | 0.39 |
| Hex | 8F | 36 | 3F | 0 | 3E | 38 | 2C | 162 | 2D | 27 |
| Octal | 217 | 66 | 77 | 0 | 76 | 70 | 54 | 542 | 55 | 47 |
| Binary | 10001111 | 110110 | 111111 | 0 | 111110 | 111000 | 101100 | 101100010 | 101101 | 100111 |
Color Harmonies of #8F363F
Complementary color
Monochromatic Colors of #8F363F
Black with #8F363F
Text Example
Text Example
White with #8F363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F363F; }
p { color: rgb(143,54,63); }
H1.HeaderClassName
{
color: #8F363F;
}
.AnyTagClassName
{
color: #8F363F;
}
</style>
background-color css
<style>
a { background-color: #8F363F; }
a { background-color: rgb(143,54,63); }
div.DivClassName
{
background-color: #8F363F;
}
.BgClassName
{
background-color: #8F363F;
}
</style>
border-color css
<style>
span { border-color: #8F363F; }
span { border-color: rgb(143,54,63); }
td.TdClassName
{
border-color: #8F363F;
}
.TagClassName
{
border-color: #8F363F;
}
</style>