Shades of Crab Apple #84322D
Tints of Crab Apple #84322D
RGB
CMYK
RGB Variations
Color information
#84322D (or 0x84322D) is known color: Crab Apple. HEX triplet: 84, 32 and 2D. RGB value is (132,50,45). Sum of RGB (Red+Green+Blue) = 132+50+45=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84322D is #7BCDD2. Grayscale: #4A4A4A. Windows color (decimal): -8113619 or 2962052. OLE color: 2962052.
HSL color Cylindrical-coordinate representation of color #84322D: hue angle of 3.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84322D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 45 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.48 |
| HSL | 3.45º | 0.49% | 0.35% | - |
| HSV(B) | 3.45º | 0.66% | 0.52% | - |
| XYZ | 11.13 | 7.38 | 3.32 | - |
| YUV | 73.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 45 | 0 | 0.62 | 0.66 | 0.48 | 3.45 | 0.49 | 0.35 |
| Hex | 84 | 32 | 2D | 0 | 3E | 42 | 30 | 3 | 31 | 23 |
| Octal | 204 | 62 | 55 | 0 | 76 | 102 | 60 | 3 | 61 | 43 |
| Binary | 10000100 | 110010 | 101101 | 0 | 111110 | 1000010 | 110000 | 11 | 110001 | 100011 |
Color Harmonies of #84322D
Complementary color
Monochromatic Colors of #84322D
Black with #84322D
Text Example
Text Example
White with #84322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84322D; }
p { color: rgb(132,50,45); }
H1.HeaderClassName
{
color: #84322D;
}
.AnyTagClassName
{
color: #84322D;
}
</style>
background-color css
<style>
a { background-color: #84322D; }
a { background-color: rgb(132,50,45); }
div.DivClassName
{
background-color: #84322D;
}
.BgClassName
{
background-color: #84322D;
}
</style>
border-color css
<style>
span { border-color: #84322D; }
span { border-color: rgb(132,50,45); }
td.TdClassName
{
border-color: #84322D;
}
.TagClassName
{
border-color: #84322D;
}
</style>