Shades of Crab Apple #8C312D
Tints of Crab Apple #8C312D
RGB
CMYK
RGB Variations
Color information
#8C312D (or 0x8C312D) is known color: Crab Apple. HEX triplet: 8C, 31 and 2D. RGB value is (140,49,45). Sum of RGB (Red+Green+Blue) = 140+49+45=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C312D is #73CED2. Grayscale: #4B4B4B. Windows color (decimal): -7589587 or 2961804. OLE color: 2961804.
HSL color Cylindrical-coordinate representation of color #8C312D: hue angle of 2.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C312D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 45 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.45 |
| HSL | 2.53º | 0.51% | 0.36% | - |
| HSV(B) | 2.53º | 0.68% | 0.55% | - |
| XYZ | 12.39 | 7.96 | 3.37 | - |
| YUV | 75.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 45 | 0 | 0.65 | 0.68 | 0.45 | 2.53 | 0.51 | 0.36 |
| Hex | 8C | 31 | 2D | 0 | 41 | 44 | 2D | 3 | 33 | 24 |
| Octal | 214 | 61 | 55 | 0 | 101 | 104 | 55 | 3 | 63 | 44 |
| Binary | 10001100 | 110001 | 101101 | 0 | 1000001 | 1000100 | 101101 | 11 | 110011 | 100100 |
Color Harmonies of #8C312D
Complementary color
Monochromatic Colors of #8C312D
Black with #8C312D
Text Example
Text Example
White with #8C312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C312D; }
p { color: rgb(140,49,45); }
H1.HeaderClassName
{
color: #8C312D;
}
.AnyTagClassName
{
color: #8C312D;
}
</style>
background-color css
<style>
a { background-color: #8C312D; }
a { background-color: rgb(140,49,45); }
div.DivClassName
{
background-color: #8C312D;
}
.BgClassName
{
background-color: #8C312D;
}
</style>
border-color css
<style>
span { border-color: #8C312D; }
span { border-color: rgb(140,49,45); }
td.TdClassName
{
border-color: #8C312D;
}
.TagClassName
{
border-color: #8C312D;
}
</style>