Shades of Crab Apple #8C372D
Tints of Crab Apple #8C372D
RGB
CMYK
RGB Variations
Color information
#8C372D (or 0x8C372D) is known color: Crab Apple. HEX triplet: 8C, 37 and 2D. RGB value is (140,55,45). Sum of RGB (Red+Green+Blue) = 140+55+45=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C372D is #73C8D2. Grayscale: #4F4F4F. Windows color (decimal): -7588051 or 2963340. OLE color: 2963340.
HSL color Cylindrical-coordinate representation of color #8C372D: hue angle of 6.32º 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 #8C372D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 45 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.45 |
| HSL | 6.32º | 0.51% | 0.36% | - |
| HSV(B) | 6.32º | 0.68% | 0.55% | - |
| XYZ | 12.66 | 8.5 | 3.46 | - |
| YUV | 79.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 45 | 0 | 0.61 | 0.68 | 0.45 | 6.32 | 0.51 | 0.36 |
| Hex | 8C | 37 | 2D | 0 | 3D | 44 | 2D | 6 | 33 | 24 |
| Octal | 214 | 67 | 55 | 0 | 75 | 104 | 55 | 6 | 63 | 44 |
| Binary | 10001100 | 110111 | 101101 | 0 | 111101 | 1000100 | 101101 | 110 | 110011 | 100100 |
Color Harmonies of #8C372D
Complementary color
Monochromatic Colors of #8C372D
Black with #8C372D
Text Example
Text Example
White with #8C372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C372D; }
p { color: rgb(140,55,45); }
H1.HeaderClassName
{
color: #8C372D;
}
.AnyTagClassName
{
color: #8C372D;
}
</style>
background-color css
<style>
a { background-color: #8C372D; }
a { background-color: rgb(140,55,45); }
div.DivClassName
{
background-color: #8C372D;
}
.BgClassName
{
background-color: #8C372D;
}
</style>
border-color css
<style>
span { border-color: #8C372D; }
span { border-color: rgb(140,55,45); }
td.TdClassName
{
border-color: #8C372D;
}
.TagClassName
{
border-color: #8C372D;
}
</style>