Shades of Crab Apple #843A2D
Tints of Crab Apple #843A2D
RGB
CMYK
RGB Variations
Color information
#843A2D (or 0x843A2D) is known color: Crab Apple. HEX triplet: 84, 3A and 2D. RGB value is (132,58,45). Sum of RGB (Red+Green+Blue) = 132+58+45=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #843A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A2D is #7BC5D2. Grayscale: #4E4E4E. Windows color (decimal): -8111571 or 2964100. OLE color: 2964100.
HSL color Cylindrical-coordinate representation of color #843A2D: hue angle of 8.97º 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 #843A2D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 45 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.48 |
| HSL | 8.97º | 0.49% | 0.35% | - |
| HSV(B) | 8.97º | 0.66% | 0.52% | - |
| XYZ | 11.5 | 8.12 | 3.44 | - |
| YUV | 78.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 45 | 0 | 0.56 | 0.66 | 0.48 | 8.97 | 0.49 | 0.35 |
| Hex | 84 | 3A | 2D | 0 | 38 | 42 | 30 | 9 | 31 | 23 |
| Octal | 204 | 72 | 55 | 0 | 70 | 102 | 60 | 11 | 61 | 43 |
| Binary | 10000100 | 111010 | 101101 | 0 | 111000 | 1000010 | 110000 | 1001 | 110001 | 100011 |
Color Harmonies of #843A2D
Complementary color
Monochromatic Colors of #843A2D
Black with #843A2D
Text Example
Text Example
White with #843A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A2D; }
p { color: rgb(132,58,45); }
H1.HeaderClassName
{
color: #843A2D;
}
.AnyTagClassName
{
color: #843A2D;
}
</style>
background-color css
<style>
a { background-color: #843A2D; }
a { background-color: rgb(132,58,45); }
div.DivClassName
{
background-color: #843A2D;
}
.BgClassName
{
background-color: #843A2D;
}
</style>
border-color css
<style>
span { border-color: #843A2D; }
span { border-color: rgb(132,58,45); }
td.TdClassName
{
border-color: #843A2D;
}
.TagClassName
{
border-color: #843A2D;
}
</style>