Shades of Crab Apple #84342F
Tints of Crab Apple #84342F
RGB
CMYK
RGB Variations
Color information
#84342F (or 0x84342F) is known color: Crab Apple. HEX triplet: 84, 34 and 2F. RGB value is (132,52,47). Sum of RGB (Red+Green+Blue) = 132+52+47=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342F is #7BCBD0. Grayscale: #4B4B4B. Windows color (decimal): -8113105 or 3093636. OLE color: 3093636.
HSL color Cylindrical-coordinate representation of color #84342F: hue angle of 3.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84342F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 47 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.48 |
| HSL | 3.53º | 0.47% | 0.35% | - |
| HSV(B) | 3.53º | 0.64% | 0.52% | - |
| XYZ | 11.26 | 7.57 | 3.56 | - |
| YUV | 75.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 47 | 0 | 0.61 | 0.64 | 0.48 | 3.53 | 0.47 | 0.35 |
| Hex | 84 | 34 | 2F | 0 | 3D | 40 | 30 | 4 | 2F | 23 |
| Octal | 204 | 64 | 57 | 0 | 75 | 100 | 60 | 4 | 57 | 43 |
| Binary | 10000100 | 110100 | 101111 | 0 | 111101 | 1000000 | 110000 | 100 | 101111 | 100011 |
Color Harmonies of #84342F
Complementary color
Monochromatic Colors of #84342F
Black with #84342F
Text Example
Text Example
White with #84342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84342F; }
p { color: rgb(132,52,47); }
H1.HeaderClassName
{
color: #84342F;
}
.AnyTagClassName
{
color: #84342F;
}
</style>
background-color css
<style>
a { background-color: #84342F; }
a { background-color: rgb(132,52,47); }
div.DivClassName
{
background-color: #84342F;
}
.BgClassName
{
background-color: #84342F;
}
</style>
border-color css
<style>
span { border-color: #84342F; }
span { border-color: rgb(132,52,47); }
td.TdClassName
{
border-color: #84342F;
}
.TagClassName
{
border-color: #84342F;
}
</style>