Shades of Crab Apple #893B2D
Tints of Crab Apple #893B2D
RGB
CMYK
RGB Variations
Color information
#893B2D (or 0x893B2D) is known color: Crab Apple. HEX triplet: 89, 3B and 2D. RGB value is (137,59,45). Sum of RGB (Red+Green+Blue) = 137+59+45=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B2D is #76C4D2. Grayscale: #505050. Windows color (decimal): -7783635 or 2964361. OLE color: 2964361.
HSL color Cylindrical-coordinate representation of color #893B2D: hue angle of 9.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893B2D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 45 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.46 |
| HSL | 9.13º | 0.51% | 0.36% | - |
| HSV(B) | 9.13º | 0.67% | 0.54% | - |
| XYZ | 12.35 | 8.64 | 3.5 | - |
| YUV | 80.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 45 | 0 | 0.57 | 0.67 | 0.46 | 9.13 | 0.51 | 0.36 |
| Hex | 89 | 3B | 2D | 0 | 39 | 43 | 2E | 9 | 33 | 24 |
| Octal | 211 | 73 | 55 | 0 | 71 | 103 | 56 | 11 | 63 | 44 |
| Binary | 10001001 | 111011 | 101101 | 0 | 111001 | 1000011 | 101110 | 1001 | 110011 | 100100 |
Color Harmonies of #893B2D
Complementary color
Monochromatic Colors of #893B2D
Black with #893B2D
Text Example
Text Example
White with #893B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B2D; }
p { color: rgb(137,59,45); }
H1.HeaderClassName
{
color: #893B2D;
}
.AnyTagClassName
{
color: #893B2D;
}
</style>
background-color css
<style>
a { background-color: #893B2D; }
a { background-color: rgb(137,59,45); }
div.DivClassName
{
background-color: #893B2D;
}
.BgClassName
{
background-color: #893B2D;
}
</style>
border-color css
<style>
span { border-color: #893B2D; }
span { border-color: rgb(137,59,45); }
td.TdClassName
{
border-color: #893B2D;
}
.TagClassName
{
border-color: #893B2D;
}
</style>