Shades of Crab Apple #86342D
Tints of Crab Apple #86342D
RGB
CMYK
RGB Variations
Color information
#86342D (or 0x86342D) is known color: Crab Apple. HEX triplet: 86, 34 and 2D. RGB value is (134,52,45). Sum of RGB (Red+Green+Blue) = 134+52+45=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342D is #79CBD2. Grayscale: #4B4B4B. Windows color (decimal): -7982035 or 2962566. OLE color: 2962566.
HSL color Cylindrical-coordinate representation of color #86342D: hue angle of 4.72º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86342D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 45 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.47 |
| HSL | 4.72º | 0.5% | 0.35% | - |
| HSV(B) | 4.72º | 0.66% | 0.53% | - |
| XYZ | 11.53 | 7.71 | 3.36 | - |
| YUV | 75.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 45 | 0 | 0.61 | 0.66 | 0.47 | 4.72 | 0.5 | 0.35 |
| Hex | 86 | 34 | 2D | 0 | 3D | 42 | 2F | 5 | 32 | 23 |
| Octal | 206 | 64 | 55 | 0 | 75 | 102 | 57 | 5 | 62 | 43 |
| Binary | 10000110 | 110100 | 101101 | 0 | 111101 | 1000010 | 101111 | 101 | 110010 | 100011 |
Color Harmonies of #86342D
Complementary color
Monochromatic Colors of #86342D
Black with #86342D
Text Example
Text Example
White with #86342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86342D; }
p { color: rgb(134,52,45); }
H1.HeaderClassName
{
color: #86342D;
}
.AnyTagClassName
{
color: #86342D;
}
</style>
background-color css
<style>
a { background-color: #86342D; }
a { background-color: rgb(134,52,45); }
div.DivClassName
{
background-color: #86342D;
}
.BgClassName
{
background-color: #86342D;
}
</style>
border-color css
<style>
span { border-color: #86342D; }
span { border-color: rgb(134,52,45); }
td.TdClassName
{
border-color: #86342D;
}
.TagClassName
{
border-color: #86342D;
}
</style>