Shades of Crab Apple #84322A
Tints of Crab Apple #84322A
RGB
CMYK
RGB Variations
Color information
#84322A (or 0x84322A) is known color: Crab Apple. HEX triplet: 84, 32 and 2A. RGB value is (132,50,42). Sum of RGB (Red+Green+Blue) = 132+50+42=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84322A is #7BCDD5. Grayscale: #494949. Windows color (decimal): -8113622 or 2765444. OLE color: 2765444.
HSL color Cylindrical-coordinate representation of color #84322A: hue angle of 5.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84322A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 42 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.48 |
| HSL | 5.33º | 0.52% | 0.34% | - |
| HSV(B) | 5.33º | 0.68% | 0.52% | - |
| XYZ | 11.07 | 7.35 | 3.03 | - |
| YUV | 73.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 42 | 0 | 0.62 | 0.68 | 0.48 | 5.33 | 0.52 | 0.34 |
| Hex | 84 | 32 | 2A | 0 | 3E | 44 | 30 | 5 | 34 | 22 |
| Octal | 204 | 62 | 52 | 0 | 76 | 104 | 60 | 5 | 64 | 42 |
| Binary | 10000100 | 110010 | 101010 | 0 | 111110 | 1000100 | 110000 | 101 | 110100 | 100010 |
Color Harmonies of #84322A
Complementary color
Monochromatic Colors of #84322A
Black with #84322A
Text Example
Text Example
White with #84322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84322A; }
p { color: rgb(132,50,42); }
H1.HeaderClassName
{
color: #84322A;
}
.AnyTagClassName
{
color: #84322A;
}
</style>
background-color css
<style>
a { background-color: #84322A; }
a { background-color: rgb(132,50,42); }
div.DivClassName
{
background-color: #84322A;
}
.BgClassName
{
background-color: #84322A;
}
</style>
border-color css
<style>
span { border-color: #84322A; }
span { border-color: rgb(132,50,42); }
td.TdClassName
{
border-color: #84322A;
}
.TagClassName
{
border-color: #84322A;
}
</style>