Shades of Crab Apple #89352B
Tints of Crab Apple #89352B
RGB
CMYK
RGB Variations
Color information
#89352B (or 0x89352B) is known color: Crab Apple. HEX triplet: 89, 35 and 2B. RGB value is (137,53,43). Sum of RGB (Red+Green+Blue) = 137+53+43=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352B is #76CAD4. Grayscale: #4D4D4D. Windows color (decimal): -7785173 or 2831753. OLE color: 2831753.
HSL color Cylindrical-coordinate representation of color #89352B: hue angle of 6.38º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89352B is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 43 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.46 |
| HSL | 6.38º | 0.52% | 0.35% | - |
| HSV(B) | 6.38º | 0.69% | 0.54% | - |
| XYZ | 12.03 | 8.04 | 3.2 | - |
| YUV | 76.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 43 | 0 | 0.61 | 0.69 | 0.46 | 6.38 | 0.52 | 0.35 |
| Hex | 89 | 35 | 2B | 0 | 3D | 45 | 2E | 6 | 34 | 23 |
| Octal | 211 | 65 | 53 | 0 | 75 | 105 | 56 | 6 | 64 | 43 |
| Binary | 10001001 | 110101 | 101011 | 0 | 111101 | 1000101 | 101110 | 110 | 110100 | 100011 |
Color Harmonies of #89352B
Complementary color
Monochromatic Colors of #89352B
Black with #89352B
Text Example
Text Example
White with #89352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89352B; }
p { color: rgb(137,53,43); }
H1.HeaderClassName
{
color: #89352B;
}
.AnyTagClassName
{
color: #89352B;
}
</style>
background-color css
<style>
a { background-color: #89352B; }
a { background-color: rgb(137,53,43); }
div.DivClassName
{
background-color: #89352B;
}
.BgClassName
{
background-color: #89352B;
}
</style>
border-color css
<style>
span { border-color: #89352B; }
span { border-color: rgb(137,53,43); }
td.TdClassName
{
border-color: #89352B;
}
.TagClassName
{
border-color: #89352B;
}
</style>