Shades of Well Read #8C363C
Tints of Well Read #8C363C
RGB
CMYK
RGB Variations
Color information
#8C363C (or 0x8C363C) is known color: Well Read. HEX triplet: 8C, 36 and 3C. RGB value is (140,54,60). Sum of RGB (Red+Green+Blue) = 140+54+60=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C363C is #73C9C3. Grayscale: #505050. Windows color (decimal): -7588292 or 3946124. OLE color: 3946124.
HSL color Cylindrical-coordinate representation of color #8C363C: hue angle of 355.81º 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 #8C363C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 60 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.45 |
| HSL | 355.81º | 0.44% | 0.38% | - |
| HSV(B) | 355.81º | 0.61% | 0.55% | - |
| XYZ | 12.95 | 8.54 | 5.24 | - |
| YUV | 80.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 60 | 0 | 0.61 | 0.57 | 0.45 | 355.81 | 0.44 | 0.38 |
| Hex | 8C | 36 | 3C | 0 | 3D | 39 | 2D | 164 | 2C | 26 |
| Octal | 214 | 66 | 74 | 0 | 75 | 71 | 55 | 544 | 54 | 46 |
| Binary | 10001100 | 110110 | 111100 | 0 | 111101 | 111001 | 101101 | 101100100 | 101100 | 100110 |
Color Harmonies of #8C363C
Complementary color
Monochromatic Colors of #8C363C
Black with #8C363C
Text Example
Text Example
White with #8C363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C363C; }
p { color: rgb(140,54,60); }
H1.HeaderClassName
{
color: #8C363C;
}
.AnyTagClassName
{
color: #8C363C;
}
</style>
background-color css
<style>
a { background-color: #8C363C; }
a { background-color: rgb(140,54,60); }
div.DivClassName
{
background-color: #8C363C;
}
.BgClassName
{
background-color: #8C363C;
}
</style>
border-color css
<style>
span { border-color: #8C363C; }
span { border-color: rgb(140,54,60); }
td.TdClassName
{
border-color: #8C363C;
}
.TagClassName
{
border-color: #8C363C;
}
</style>