Shades of Crab Apple #84332D
Tints of Crab Apple #84332D
RGB
CMYK
RGB Variations
Color information
#84332D (or 0x84332D) is known color: Crab Apple. HEX triplet: 84, 33 and 2D. RGB value is (132,51,45). Sum of RGB (Red+Green+Blue) = 132+51+45=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84332D is #7BCCD2. Grayscale: #4A4A4A. Windows color (decimal): -8113363 or 2962308. OLE color: 2962308.
HSL color Cylindrical-coordinate representation of color #84332D: hue angle of 4.14º 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 #84332D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 45 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.48 |
| HSL | 4.14º | 0.49% | 0.35% | - |
| HSV(B) | 4.14º | 0.66% | 0.52% | - |
| XYZ | 11.17 | 7.46 | 3.33 | - |
| YUV | 74.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 45 | 0 | 0.61 | 0.66 | 0.48 | 4.14 | 0.49 | 0.35 |
| Hex | 84 | 33 | 2D | 0 | 3D | 42 | 30 | 4 | 31 | 23 |
| Octal | 204 | 63 | 55 | 0 | 75 | 102 | 60 | 4 | 61 | 43 |
| Binary | 10000100 | 110011 | 101101 | 0 | 111101 | 1000010 | 110000 | 100 | 110001 | 100011 |
Color Harmonies of #84332D
Complementary color
Monochromatic Colors of #84332D
Black with #84332D
Text Example
Text Example
White with #84332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84332D; }
p { color: rgb(132,51,45); }
H1.HeaderClassName
{
color: #84332D;
}
.AnyTagClassName
{
color: #84332D;
}
</style>
background-color css
<style>
a { background-color: #84332D; }
a { background-color: rgb(132,51,45); }
div.DivClassName
{
background-color: #84332D;
}
.BgClassName
{
background-color: #84332D;
}
</style>
border-color css
<style>
span { border-color: #84332D; }
span { border-color: rgb(132,51,45); }
td.TdClassName
{
border-color: #84332D;
}
.TagClassName
{
border-color: #84332D;
}
</style>