Shades of Crab Apple #893A2C
Tints of Crab Apple #893A2C
RGB
CMYK
RGB Variations
Color information
#893A2C (or 0x893A2C) is known color: Crab Apple. HEX triplet: 89, 3A and 2C. RGB value is (137,58,44). Sum of RGB (Red+Green+Blue) = 137+58+44=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #893A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A2C is #76C5D3. Grayscale: #505050. Windows color (decimal): -7783892 or 2898569. OLE color: 2898569.
HSL color Cylindrical-coordinate representation of color #893A2C: hue angle of 9.03º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893A2C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 44 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.46 |
| HSL | 9.03º | 0.51% | 0.35% | - |
| HSV(B) | 9.03º | 0.68% | 0.54% | - |
| XYZ | 12.28 | 8.53 | 3.38 | - |
| YUV | 80.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 44 | 0 | 0.58 | 0.68 | 0.46 | 9.03 | 0.51 | 0.35 |
| Hex | 89 | 3A | 2C | 0 | 3A | 44 | 2E | 9 | 33 | 23 |
| Octal | 211 | 72 | 54 | 0 | 72 | 104 | 56 | 11 | 63 | 43 |
| Binary | 10001001 | 111010 | 101100 | 0 | 111010 | 1000100 | 101110 | 1001 | 110011 | 100011 |
Color Harmonies of #893A2C
Complementary color
Monochromatic Colors of #893A2C
Black with #893A2C
Text Example
Text Example
White with #893A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A2C; }
p { color: rgb(137,58,44); }
H1.HeaderClassName
{
color: #893A2C;
}
.AnyTagClassName
{
color: #893A2C;
}
</style>
background-color css
<style>
a { background-color: #893A2C; }
a { background-color: rgb(137,58,44); }
div.DivClassName
{
background-color: #893A2C;
}
.BgClassName
{
background-color: #893A2C;
}
</style>
border-color css
<style>
span { border-color: #893A2C; }
span { border-color: rgb(137,58,44); }
td.TdClassName
{
border-color: #893A2C;
}
.TagClassName
{
border-color: #893A2C;
}
</style>