Shades of Crab Apple #8C312B
Tints of Crab Apple #8C312B
RGB
CMYK
RGB Variations
Color information
#8C312B (or 0x8C312B) is known color: Crab Apple. HEX triplet: 8C, 31 and 2B. RGB value is (140,49,43). Sum of RGB (Red+Green+Blue) = 140+49+43=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C312B is #73CED4. Grayscale: #4B4B4B. Windows color (decimal): -7589589 or 2830732. OLE color: 2830732.
HSL color Cylindrical-coordinate representation of color #8C312B: hue angle of 3.71º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C312B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 43 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.45 |
| HSL | 3.71º | 0.53% | 0.36% | - |
| HSV(B) | 3.71º | 0.69% | 0.55% | - |
| XYZ | 12.35 | 7.95 | 3.17 | - |
| YUV | 75.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 43 | 0 | 0.65 | 0.69 | 0.45 | 3.71 | 0.53 | 0.36 |
| Hex | 8C | 31 | 2B | 0 | 41 | 45 | 2D | 4 | 35 | 24 |
| Octal | 214 | 61 | 53 | 0 | 101 | 105 | 55 | 4 | 65 | 44 |
| Binary | 10001100 | 110001 | 101011 | 0 | 1000001 | 1000101 | 101101 | 100 | 110101 | 100100 |
Color Harmonies of #8C312B
Complementary color
Monochromatic Colors of #8C312B
Black with #8C312B
Text Example
Text Example
White with #8C312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C312B; }
p { color: rgb(140,49,43); }
H1.HeaderClassName
{
color: #8C312B;
}
.AnyTagClassName
{
color: #8C312B;
}
</style>
background-color css
<style>
a { background-color: #8C312B; }
a { background-color: rgb(140,49,43); }
div.DivClassName
{
background-color: #8C312B;
}
.BgClassName
{
background-color: #8C312B;
}
</style>
border-color css
<style>
span { border-color: #8C312B; }
span { border-color: rgb(140,49,43); }
td.TdClassName
{
border-color: #8C312B;
}
.TagClassName
{
border-color: #8C312B;
}
</style>