Shades of Well Read #8F363B
Tints of Well Read #8F363B
RGB
CMYK
RGB Variations
Color information
#8F363B (or 0x8F363B) is known color: Well Read. HEX triplet: 8F, 36 and 3B. RGB value is (143,54,59). Sum of RGB (Red+Green+Blue) = 143+54+59=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F363B is #70C9C4. Grayscale: #515151. Windows color (decimal): -7391685 or 3880591. OLE color: 3880591.
HSL color Cylindrical-coordinate representation of color #8F363B: hue angle of 356.63º 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 #8F363B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 59 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.44 |
| HSL | 356.63º | 0.45% | 0.39% | - |
| HSV(B) | 356.63º | 0.62% | 0.56% | - |
| XYZ | 13.44 | 8.79 | 5.13 | - |
| YUV | 81.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 59 | 0 | 0.62 | 0.59 | 0.44 | 356.63 | 0.45 | 0.39 |
| Hex | 8F | 36 | 3B | 0 | 3E | 3B | 2C | 165 | 2D | 27 |
| Octal | 217 | 66 | 73 | 0 | 76 | 73 | 54 | 545 | 55 | 47 |
| Binary | 10001111 | 110110 | 111011 | 0 | 111110 | 111011 | 101100 | 101100101 | 101101 | 100111 |
Color Harmonies of #8F363B
Complementary color
Monochromatic Colors of #8F363B
Black with #8F363B
Text Example
Text Example
White with #8F363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F363B; }
p { color: rgb(143,54,59); }
H1.HeaderClassName
{
color: #8F363B;
}
.AnyTagClassName
{
color: #8F363B;
}
</style>
background-color css
<style>
a { background-color: #8F363B; }
a { background-color: rgb(143,54,59); }
div.DivClassName
{
background-color: #8F363B;
}
.BgClassName
{
background-color: #8F363B;
}
</style>
border-color css
<style>
span { border-color: #8F363B; }
span { border-color: rgb(143,54,59); }
td.TdClassName
{
border-color: #8F363B;
}
.TagClassName
{
border-color: #8F363B;
}
</style>