Shades of Crab Apple #8C372C
Tints of Crab Apple #8C372C
RGB
CMYK
RGB Variations
Color information
#8C372C (or 0x8C372C) is known color: Crab Apple. HEX triplet: 8C, 37 and 2C. RGB value is (140,55,44). Sum of RGB (Red+Green+Blue) = 140+55+44=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C372C is #73C8D3. Grayscale: #4F4F4F. Windows color (decimal): -7588052 or 2897804. OLE color: 2897804.
HSL color Cylindrical-coordinate representation of color #8C372C: hue angle of 6.88º degrees, saturation: 0.52, 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 #8C372C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 44 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.45 |
| HSL | 6.88º | 0.52% | 0.36% | - |
| HSV(B) | 6.88º | 0.69% | 0.55% | - |
| XYZ | 12.64 | 8.49 | 3.36 | - |
| YUV | 79.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 44 | 0 | 0.61 | 0.69 | 0.45 | 6.88 | 0.52 | 0.36 |
| Hex | 8C | 37 | 2C | 0 | 3D | 45 | 2D | 7 | 34 | 24 |
| Octal | 214 | 67 | 54 | 0 | 75 | 105 | 55 | 7 | 64 | 44 |
| Binary | 10001100 | 110111 | 101100 | 0 | 111101 | 1000101 | 101101 | 111 | 110100 | 100100 |
Color Harmonies of #8C372C
Complementary color
Monochromatic Colors of #8C372C
Black with #8C372C
Text Example
Text Example
White with #8C372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C372C; }
p { color: rgb(140,55,44); }
H1.HeaderClassName
{
color: #8C372C;
}
.AnyTagClassName
{
color: #8C372C;
}
</style>
background-color css
<style>
a { background-color: #8C372C; }
a { background-color: rgb(140,55,44); }
div.DivClassName
{
background-color: #8C372C;
}
.BgClassName
{
background-color: #8C372C;
}
</style>
border-color css
<style>
span { border-color: #8C372C; }
span { border-color: rgb(140,55,44); }
td.TdClassName
{
border-color: #8C372C;
}
.TagClassName
{
border-color: #8C372C;
}
</style>