Shades of Crab Apple #86372D
Tints of Crab Apple #86372D
RGB
CMYK
RGB Variations
Color information
#86372D (or 0x86372D) is known color: Crab Apple. HEX triplet: 86, 37 and 2D. RGB value is (134,55,45). Sum of RGB (Red+Green+Blue) = 134+55+45=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372D is #79C8D2. Grayscale: #4D4D4D. Windows color (decimal): -7981267 or 2963334. OLE color: 2963334.
HSL color Cylindrical-coordinate representation of color #86372D: hue angle of 6.74º 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 #86372D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 45 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.47 |
| HSL | 6.74º | 0.5% | 0.35% | - |
| HSV(B) | 6.74º | 0.66% | 0.53% | - |
| XYZ | 11.67 | 7.99 | 3.41 | - |
| YUV | 77.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 45 | 0 | 0.59 | 0.66 | 0.47 | 6.74 | 0.5 | 0.35 |
| Hex | 86 | 37 | 2D | 0 | 3B | 42 | 2F | 7 | 32 | 23 |
| Octal | 206 | 67 | 55 | 0 | 73 | 102 | 57 | 7 | 62 | 43 |
| Binary | 10000110 | 110111 | 101101 | 0 | 111011 | 1000010 | 101111 | 111 | 110010 | 100011 |
Color Harmonies of #86372D
Complementary color
Monochromatic Colors of #86372D
Black with #86372D
Text Example
Text Example
White with #86372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86372D; }
p { color: rgb(134,55,45); }
H1.HeaderClassName
{
color: #86372D;
}
.AnyTagClassName
{
color: #86372D;
}
</style>
background-color css
<style>
a { background-color: #86372D; }
a { background-color: rgb(134,55,45); }
div.DivClassName
{
background-color: #86372D;
}
.BgClassName
{
background-color: #86372D;
}
</style>
border-color css
<style>
span { border-color: #86372D; }
span { border-color: rgb(134,55,45); }
td.TdClassName
{
border-color: #86372D;
}
.TagClassName
{
border-color: #86372D;
}
</style>