Shades of Crab Apple #89352D
Tints of Crab Apple #89352D
RGB
CMYK
RGB Variations
Color information
#89352D (or 0x89352D) is known color: Crab Apple. HEX triplet: 89, 35 and 2D. RGB value is (137,53,45). Sum of RGB (Red+Green+Blue) = 137+53+45=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352D is #76CAD2. Grayscale: #4D4D4D. Windows color (decimal): -7785171 or 2962825. OLE color: 2962825.
HSL color Cylindrical-coordinate representation of color #89352D: hue angle of 5.22º 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 #89352D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 45 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.46 |
| HSL | 5.22º | 0.51% | 0.36% | - |
| HSV(B) | 5.22º | 0.67% | 0.54% | - |
| XYZ | 12.06 | 8.05 | 3.4 | - |
| YUV | 77.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 45 | 0 | 0.61 | 0.67 | 0.46 | 5.22 | 0.51 | 0.36 |
| Hex | 89 | 35 | 2D | 0 | 3D | 43 | 2E | 5 | 33 | 24 |
| Octal | 211 | 65 | 55 | 0 | 75 | 103 | 56 | 5 | 63 | 44 |
| Binary | 10001001 | 110101 | 101101 | 0 | 111101 | 1000011 | 101110 | 101 | 110011 | 100100 |
Color Harmonies of #89352D
Complementary color
Monochromatic Colors of #89352D
Black with #89352D
Text Example
Text Example
White with #89352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89352D; }
p { color: rgb(137,53,45); }
H1.HeaderClassName
{
color: #89352D;
}
.AnyTagClassName
{
color: #89352D;
}
</style>
background-color css
<style>
a { background-color: #89352D; }
a { background-color: rgb(137,53,45); }
div.DivClassName
{
background-color: #89352D;
}
.BgClassName
{
background-color: #89352D;
}
</style>
border-color css
<style>
span { border-color: #89352D; }
span { border-color: rgb(137,53,45); }
td.TdClassName
{
border-color: #89352D;
}
.TagClassName
{
border-color: #89352D;
}
</style>