Shades of Crab Apple #85322C
Tints of Crab Apple #85322C
RGB
CMYK
RGB Variations
Color information
#85322C (or 0x85322C) is known color: Crab Apple. HEX triplet: 85, 32 and 2C. RGB value is (133,50,44). Sum of RGB (Red+Green+Blue) = 133+50+44=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85322C is #7ACDD3. Grayscale: #4A4A4A. Windows color (decimal): -8048084 or 2896517. OLE color: 2896517.
HSL color Cylindrical-coordinate representation of color #85322C: hue angle of 4.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85322C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 44 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.48 |
| HSL | 4.04º | 0.5% | 0.35% | - |
| HSV(B) | 4.04º | 0.67% | 0.52% | - |
| XYZ | 11.27 | 7.45 | 3.23 | - |
| YUV | 74.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 44 | 0 | 0.62 | 0.67 | 0.48 | 4.04 | 0.5 | 0.35 |
| Hex | 85 | 32 | 2C | 0 | 3E | 43 | 30 | 4 | 32 | 23 |
| Octal | 205 | 62 | 54 | 0 | 76 | 103 | 60 | 4 | 62 | 43 |
| Binary | 10000101 | 110010 | 101100 | 0 | 111110 | 1000011 | 110000 | 100 | 110010 | 100011 |
Color Harmonies of #85322C
Complementary color
Monochromatic Colors of #85322C
Black with #85322C
Text Example
Text Example
White with #85322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85322C; }
p { color: rgb(133,50,44); }
H1.HeaderClassName
{
color: #85322C;
}
.AnyTagClassName
{
color: #85322C;
}
</style>
background-color css
<style>
a { background-color: #85322C; }
a { background-color: rgb(133,50,44); }
div.DivClassName
{
background-color: #85322C;
}
.BgClassName
{
background-color: #85322C;
}
</style>
border-color css
<style>
span { border-color: #85322C; }
span { border-color: rgb(133,50,44); }
td.TdClassName
{
border-color: #85322C;
}
.TagClassName
{
border-color: #85322C;
}
</style>