Shades of Crab Apple #84382C
Tints of Crab Apple #84382C
RGB
CMYK
RGB Variations
Color information
#84382C (or 0x84382C) is known color: Crab Apple. HEX triplet: 84, 38 and 2C. RGB value is (132,56,44). Sum of RGB (Red+Green+Blue) = 132+56+44=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84382C is #7BC7D3. Grayscale: #4D4D4D. Windows color (decimal): -8112084 or 2898052. OLE color: 2898052.
HSL color Cylindrical-coordinate representation of color #84382C: hue angle of 8.18º 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 #84382C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 44 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.48 |
| HSL | 8.18º | 0.5% | 0.35% | - |
| HSV(B) | 8.18º | 0.67% | 0.52% | - |
| XYZ | 11.38 | 7.92 | 3.31 | - |
| YUV | 77.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 44 | 0 | 0.58 | 0.67 | 0.48 | 8.18 | 0.5 | 0.35 |
| Hex | 84 | 38 | 2C | 0 | 3A | 43 | 30 | 8 | 32 | 23 |
| Octal | 204 | 70 | 54 | 0 | 72 | 103 | 60 | 10 | 62 | 43 |
| Binary | 10000100 | 111000 | 101100 | 0 | 111010 | 1000011 | 110000 | 1000 | 110010 | 100011 |
Color Harmonies of #84382C
Complementary color
Monochromatic Colors of #84382C
Black with #84382C
Text Example
Text Example
White with #84382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84382C; }
p { color: rgb(132,56,44); }
H1.HeaderClassName
{
color: #84382C;
}
.AnyTagClassName
{
color: #84382C;
}
</style>
background-color css
<style>
a { background-color: #84382C; }
a { background-color: rgb(132,56,44); }
div.DivClassName
{
background-color: #84382C;
}
.BgClassName
{
background-color: #84382C;
}
</style>
border-color css
<style>
span { border-color: #84382C; }
span { border-color: rgb(132,56,44); }
td.TdClassName
{
border-color: #84382C;
}
.TagClassName
{
border-color: #84382C;
}
</style>