Shades of Well Read #8C333E
Tints of Well Read #8C333E
RGB
CMYK
RGB Variations
Color information
#8C333E (or 0x8C333E) is known color: Well Read. HEX triplet: 8C, 33 and 3E. RGB value is (140,51,62). Sum of RGB (Red+Green+Blue) = 140+51+62=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C333E is #73CCC1. Grayscale: #4E4E4E. Windows color (decimal): -7589058 or 4076428. OLE color: 4076428.
HSL color Cylindrical-coordinate representation of color #8C333E: hue angle of 352.58º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C333E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 62 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.45 |
| HSL | 352.58º | 0.47% | 0.37% | - |
| HSV(B) | 352.58º | 0.64% | 0.55% | - |
| XYZ | 12.87 | 8.29 | 5.48 | - |
| YUV | 78.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 62 | 0 | 0.64 | 0.56 | 0.45 | 352.58 | 0.47 | 0.37 |
| Hex | 8C | 33 | 3E | 0 | 40 | 38 | 2D | 161 | 2F | 25 |
| Octal | 214 | 63 | 76 | 0 | 100 | 70 | 55 | 541 | 57 | 45 |
| Binary | 10001100 | 110011 | 111110 | 0 | 1000000 | 111000 | 101101 | 101100001 | 101111 | 100101 |
Color Harmonies of #8C333E
Complementary color
Monochromatic Colors of #8C333E
Black with #8C333E
Text Example
Text Example
White with #8C333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C333E; }
p { color: rgb(140,51,62); }
H1.HeaderClassName
{
color: #8C333E;
}
.AnyTagClassName
{
color: #8C333E;
}
</style>
background-color css
<style>
a { background-color: #8C333E; }
a { background-color: rgb(140,51,62); }
div.DivClassName
{
background-color: #8C333E;
}
.BgClassName
{
background-color: #8C333E;
}
</style>
border-color css
<style>
span { border-color: #8C333E; }
span { border-color: rgb(140,51,62); }
td.TdClassName
{
border-color: #8C333E;
}
.TagClassName
{
border-color: #8C333E;
}
</style>