Shades of Well Read #8C363A
Tints of Well Read #8C363A
RGB
CMYK
RGB Variations
Color information
#8C363A (or 0x8C363A) is known color: Well Read. HEX triplet: 8C, 36 and 3A. RGB value is (140,54,58). Sum of RGB (Red+Green+Blue) = 140+54+58=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C363A is #73C9C5. Grayscale: #505050. Windows color (decimal): -7588294 or 3815052. OLE color: 3815052.
HSL color Cylindrical-coordinate representation of color #8C363A: hue angle of 357.21º 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 #8C363A is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 58 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.45 |
| HSL | 357.21º | 0.44% | 0.38% | - |
| HSV(B) | 357.21º | 0.61% | 0.55% | - |
| XYZ | 12.9 | 8.52 | 4.97 | - |
| YUV | 80.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 58 | 0 | 0.61 | 0.59 | 0.45 | 357.21 | 0.44 | 0.38 |
| Hex | 8C | 36 | 3A | 0 | 3D | 3B | 2D | 165 | 2C | 26 |
| Octal | 214 | 66 | 72 | 0 | 75 | 73 | 55 | 545 | 54 | 46 |
| Binary | 10001100 | 110110 | 111010 | 0 | 111101 | 111011 | 101101 | 101100101 | 101100 | 100110 |
Color Harmonies of #8C363A
Complementary color
Monochromatic Colors of #8C363A
Black with #8C363A
Text Example
Text Example
White with #8C363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C363A; }
p { color: rgb(140,54,58); }
H1.HeaderClassName
{
color: #8C363A;
}
.AnyTagClassName
{
color: #8C363A;
}
</style>
background-color css
<style>
a { background-color: #8C363A; }
a { background-color: rgb(140,54,58); }
div.DivClassName
{
background-color: #8C363A;
}
.BgClassName
{
background-color: #8C363A;
}
</style>
border-color css
<style>
span { border-color: #8C363A; }
span { border-color: rgb(140,54,58); }
td.TdClassName
{
border-color: #8C363A;
}
.TagClassName
{
border-color: #8C363A;
}
</style>