Shades of Crab Apple #89352F
Tints of Crab Apple #89352F
RGB
CMYK
RGB Variations
Color information
#89352F (or 0x89352F) is known color: Crab Apple. HEX triplet: 89, 35 and 2F. RGB value is (137,53,47). Sum of RGB (Red+Green+Blue) = 137+53+47=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352F is #76CAD0. Grayscale: #4D4D4D. Windows color (decimal): -7785169 or 3093897. OLE color: 3093897.
HSL color Cylindrical-coordinate representation of color #89352F: hue angle of 4º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89352F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 47 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.46 |
| HSL | 4º | 0.49% | 0.36% | - |
| HSV(B) | 4º | 0.66% | 0.54% | - |
| XYZ | 12.1 | 8.07 | 3.61 | - |
| YUV | 77.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 47 | 0 | 0.61 | 0.66 | 0.46 | 4 | 0.49 | 0.36 |
| Hex | 89 | 35 | 2F | 0 | 3D | 42 | 2E | 4 | 31 | 24 |
| Octal | 211 | 65 | 57 | 0 | 75 | 102 | 56 | 4 | 61 | 44 |
| Binary | 10001001 | 110101 | 101111 | 0 | 111101 | 1000010 | 101110 | 100 | 110001 | 100100 |
Color Harmonies of #89352F
Complementary color
Monochromatic Colors of #89352F
Black with #89352F
Text Example
Text Example
White with #89352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89352F; }
p { color: rgb(137,53,47); }
H1.HeaderClassName
{
color: #89352F;
}
.AnyTagClassName
{
color: #89352F;
}
</style>
background-color css
<style>
a { background-color: #89352F; }
a { background-color: rgb(137,53,47); }
div.DivClassName
{
background-color: #89352F;
}
.BgClassName
{
background-color: #89352F;
}
</style>
border-color css
<style>
span { border-color: #89352F; }
span { border-color: rgb(137,53,47); }
td.TdClassName
{
border-color: #89352F;
}
.TagClassName
{
border-color: #89352F;
}
</style>