Shades of Well Read #8C363E
Tints of Well Read #8C363E
RGB
CMYK
RGB Variations
Color information
#8C363E (or 0x8C363E) is known color: Well Read. HEX triplet: 8C, 36 and 3E. RGB value is (140,54,62). Sum of RGB (Red+Green+Blue) = 140+54+62=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C363E is #73C9C1. Grayscale: #505050. Windows color (decimal): -7588290 or 4077196. OLE color: 4077196.
HSL color Cylindrical-coordinate representation of color #8C363E: hue angle of 354.42º 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 #8C363E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 62 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.45 |
| HSL | 354.42º | 0.44% | 0.38% | - |
| HSV(B) | 354.42º | 0.61% | 0.55% | - |
| XYZ | 13 | 8.56 | 5.52 | - |
| YUV | 80.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 62 | 0 | 0.61 | 0.56 | 0.45 | 354.42 | 0.44 | 0.38 |
| Hex | 8C | 36 | 3E | 0 | 3D | 38 | 2D | 162 | 2C | 26 |
| Octal | 214 | 66 | 76 | 0 | 75 | 70 | 55 | 542 | 54 | 46 |
| Binary | 10001100 | 110110 | 111110 | 0 | 111101 | 111000 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8C363E
Complementary color
Monochromatic Colors of #8C363E
Black with #8C363E
Text Example
Text Example
White with #8C363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C363E; }
p { color: rgb(140,54,62); }
H1.HeaderClassName
{
color: #8C363E;
}
.AnyTagClassName
{
color: #8C363E;
}
</style>
background-color css
<style>
a { background-color: #8C363E; }
a { background-color: rgb(140,54,62); }
div.DivClassName
{
background-color: #8C363E;
}
.BgClassName
{
background-color: #8C363E;
}
</style>
border-color css
<style>
span { border-color: #8C363E; }
span { border-color: rgb(140,54,62); }
td.TdClassName
{
border-color: #8C363E;
}
.TagClassName
{
border-color: #8C363E;
}
</style>