Shades of Well Read #8C363F
Tints of Well Read #8C363F
RGB
CMYK
RGB Variations
Color information
#8C363F (or 0x8C363F) is known color: Well Read. HEX triplet: 8C, 36 and 3F. RGB value is (140,54,63). Sum of RGB (Red+Green+Blue) = 140+54+63=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C363F is #73C9C0. Grayscale: #505050. Windows color (decimal): -7588289 or 4142732. OLE color: 4142732.
HSL color Cylindrical-coordinate representation of color #8C363F: hue angle of 353.72º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C363F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 63 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.45 |
| HSL | 353.72º | 0.44% | 0.38% | - |
| HSV(B) | 353.72º | 0.61% | 0.55% | - |
| XYZ | 13.03 | 8.57 | 5.67 | - |
| YUV | 80.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 63 | 0 | 0.61 | 0.55 | 0.45 | 353.72 | 0.44 | 0.38 |
| Hex | 8C | 36 | 3F | 0 | 3D | 37 | 2D | 162 | 2C | 26 |
| Octal | 214 | 66 | 77 | 0 | 75 | 67 | 55 | 542 | 54 | 46 |
| Binary | 10001100 | 110110 | 111111 | 0 | 111101 | 110111 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8C363F
Complementary color
Monochromatic Colors of #8C363F
Black with #8C363F
Text Example
Text Example
White with #8C363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C363F; }
p { color: rgb(140,54,63); }
H1.HeaderClassName
{
color: #8C363F;
}
.AnyTagClassName
{
color: #8C363F;
}
</style>
background-color css
<style>
a { background-color: #8C363F; }
a { background-color: rgb(140,54,63); }
div.DivClassName
{
background-color: #8C363F;
}
.BgClassName
{
background-color: #8C363F;
}
</style>
border-color css
<style>
span { border-color: #8C363F; }
span { border-color: rgb(140,54,63); }
td.TdClassName
{
border-color: #8C363F;
}
.TagClassName
{
border-color: #8C363F;
}
</style>