Shades of Crab Apple #843B2D
Tints of Crab Apple #843B2D
RGB
CMYK
RGB Variations
Color information
#843B2D (or 0x843B2D) is known color: Crab Apple. HEX triplet: 84, 3B and 2D. RGB value is (132,59,45). Sum of RGB (Red+Green+Blue) = 132+59+45=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #843B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843B2D is #7BC4D2. Grayscale: #4F4F4F. Windows color (decimal): -8111315 or 2964356. OLE color: 2964356.
HSL color Cylindrical-coordinate representation of color #843B2D: hue angle of 9.66º 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 #843B2D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 45 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.48 |
| HSL | 9.66º | 0.49% | 0.35% | - |
| HSV(B) | 9.66º | 0.66% | 0.52% | - |
| XYZ | 11.55 | 8.22 | 3.46 | - |
| YUV | 79.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 45 | 0 | 0.55 | 0.66 | 0.48 | 9.66 | 0.49 | 0.35 |
| Hex | 84 | 3B | 2D | 0 | 37 | 42 | 30 | A | 31 | 23 |
| Octal | 204 | 73 | 55 | 0 | 67 | 102 | 60 | 12 | 61 | 43 |
| Binary | 10000100 | 111011 | 101101 | 0 | 110111 | 1000010 | 110000 | 1010 | 110001 | 100011 |
Color Harmonies of #843B2D
Complementary color
Monochromatic Colors of #843B2D
Black with #843B2D
Text Example
Text Example
White with #843B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B2D; }
p { color: rgb(132,59,45); }
H1.HeaderClassName
{
color: #843B2D;
}
.AnyTagClassName
{
color: #843B2D;
}
</style>
background-color css
<style>
a { background-color: #843B2D; }
a { background-color: rgb(132,59,45); }
div.DivClassName
{
background-color: #843B2D;
}
.BgClassName
{
background-color: #843B2D;
}
</style>
border-color css
<style>
span { border-color: #843B2D; }
span { border-color: rgb(132,59,45); }
td.TdClassName
{
border-color: #843B2D;
}
.TagClassName
{
border-color: #843B2D;
}
</style>