Shades of Crab Apple #8C362D
Tints of Crab Apple #8C362D
RGB
CMYK
RGB Variations
Color information
#8C362D (or 0x8C362D) is known color: Crab Apple. HEX triplet: 8C, 36 and 2D. RGB value is (140,54,45). Sum of RGB (Red+Green+Blue) = 140+54+45=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C362D is #73C9D2. Grayscale: #4E4E4E. Windows color (decimal): -7588307 or 2963084. OLE color: 2963084.
HSL color Cylindrical-coordinate representation of color #8C362D: hue angle of 5.68º 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 #8C362D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 45 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.45 |
| HSL | 5.68º | 0.51% | 0.36% | - |
| HSV(B) | 5.68º | 0.68% | 0.55% | - |
| XYZ | 12.61 | 8.4 | 3.44 | - |
| YUV | 78.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 45 | 0 | 0.61 | 0.68 | 0.45 | 5.68 | 0.51 | 0.36 |
| Hex | 8C | 36 | 2D | 0 | 3D | 44 | 2D | 6 | 33 | 24 |
| Octal | 214 | 66 | 55 | 0 | 75 | 104 | 55 | 6 | 63 | 44 |
| Binary | 10001100 | 110110 | 101101 | 0 | 111101 | 1000100 | 101101 | 110 | 110011 | 100100 |
Color Harmonies of #8C362D
Complementary color
Monochromatic Colors of #8C362D
Black with #8C362D
Text Example
Text Example
White with #8C362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C362D; }
p { color: rgb(140,54,45); }
H1.HeaderClassName
{
color: #8C362D;
}
.AnyTagClassName
{
color: #8C362D;
}
</style>
background-color css
<style>
a { background-color: #8C362D; }
a { background-color: rgb(140,54,45); }
div.DivClassName
{
background-color: #8C362D;
}
.BgClassName
{
background-color: #8C362D;
}
</style>
border-color css
<style>
span { border-color: #8C362D; }
span { border-color: rgb(140,54,45); }
td.TdClassName
{
border-color: #8C362D;
}
.TagClassName
{
border-color: #8C362D;
}
</style>