Shades of Crab Apple #84382D
Tints of Crab Apple #84382D
RGB
CMYK
RGB Variations
Color information
#84382D (or 0x84382D) is known color: Crab Apple. HEX triplet: 84, 38 and 2D. RGB value is (132,56,45). Sum of RGB (Red+Green+Blue) = 132+56+45=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84382D is #7BC7D2. Grayscale: #4D4D4D. Windows color (decimal): -8112083 or 2963588. OLE color: 2963588.
HSL color Cylindrical-coordinate representation of color #84382D: hue angle of 7.59º 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 #84382D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 45 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.48 |
| HSL | 7.59º | 0.49% | 0.35% | - |
| HSV(B) | 7.59º | 0.66% | 0.52% | - |
| XYZ | 11.4 | 7.92 | 3.41 | - |
| YUV | 77.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 45 | 0 | 0.58 | 0.66 | 0.48 | 7.59 | 0.49 | 0.35 |
| Hex | 84 | 38 | 2D | 0 | 3A | 42 | 30 | 8 | 31 | 23 |
| Octal | 204 | 70 | 55 | 0 | 72 | 102 | 60 | 10 | 61 | 43 |
| Binary | 10000100 | 111000 | 101101 | 0 | 111010 | 1000010 | 110000 | 1000 | 110001 | 100011 |
Color Harmonies of #84382D
Complementary color
Monochromatic Colors of #84382D
Black with #84382D
Text Example
Text Example
White with #84382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84382D; }
p { color: rgb(132,56,45); }
H1.HeaderClassName
{
color: #84382D;
}
.AnyTagClassName
{
color: #84382D;
}
</style>
background-color css
<style>
a { background-color: #84382D; }
a { background-color: rgb(132,56,45); }
div.DivClassName
{
background-color: #84382D;
}
.BgClassName
{
background-color: #84382D;
}
</style>
border-color css
<style>
span { border-color: #84382D; }
span { border-color: rgb(132,56,45); }
td.TdClassName
{
border-color: #84382D;
}
.TagClassName
{
border-color: #84382D;
}
</style>