Shades of Crab Apple #89332A
Tints of Crab Apple #89332A
RGB
CMYK
RGB Variations
Color information
#89332A (or 0x89332A) is known color: Crab Apple. HEX triplet: 89, 33 and 2A. RGB value is (137,51,42). Sum of RGB (Red+Green+Blue) = 137+51+42=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89332A is #76CCD5. Grayscale: #4B4B4B. Windows color (decimal): -7785686 or 2765705. OLE color: 2765705.
HSL color Cylindrical-coordinate representation of color #89332A: hue angle of 5.68º degrees, saturation: 0.53, 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 #89332A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 42 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.46 |
| HSL | 5.68º | 0.53% | 0.35% | - |
| HSV(B) | 5.68º | 0.69% | 0.54% | - |
| XYZ | 11.92 | 7.85 | 3.08 | - |
| YUV | 75.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 42 | 0 | 0.63 | 0.69 | 0.46 | 5.68 | 0.53 | 0.35 |
| Hex | 89 | 33 | 2A | 0 | 3F | 45 | 2E | 6 | 35 | 23 |
| Octal | 211 | 63 | 52 | 0 | 77 | 105 | 56 | 6 | 65 | 43 |
| Binary | 10001001 | 110011 | 101010 | 0 | 111111 | 1000101 | 101110 | 110 | 110101 | 100011 |
Color Harmonies of #89332A
Complementary color
Monochromatic Colors of #89332A
Black with #89332A
Text Example
Text Example
White with #89332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89332A; }
p { color: rgb(137,51,42); }
H1.HeaderClassName
{
color: #89332A;
}
.AnyTagClassName
{
color: #89332A;
}
</style>
background-color css
<style>
a { background-color: #89332A; }
a { background-color: rgb(137,51,42); }
div.DivClassName
{
background-color: #89332A;
}
.BgClassName
{
background-color: #89332A;
}
</style>
border-color css
<style>
span { border-color: #89332A; }
span { border-color: rgb(137,51,42); }
td.TdClassName
{
border-color: #89332A;
}
.TagClassName
{
border-color: #89332A;
}
</style>