Shades of Crab Apple #86362B
Tints of Crab Apple #86362B
RGB
CMYK
RGB Variations
Color information
#86362B (or 0x86362B) is known color: Crab Apple. HEX triplet: 86, 36 and 2B. RGB value is (134,54,43). Sum of RGB (Red+Green+Blue) = 134+54+43=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362B is #79C9D4. Grayscale: #4C4C4C. Windows color (decimal): -7981525 or 2832006. OLE color: 2832006.
HSL color Cylindrical-coordinate representation of color #86362B: hue angle of 7.25º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86362B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 43 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.47 |
| HSL | 7.25º | 0.51% | 0.35% | - |
| HSV(B) | 7.25º | 0.68% | 0.53% | - |
| XYZ | 11.59 | 7.88 | 3.2 | - |
| YUV | 76.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 43 | 0 | 0.60 | 0.68 | 0.47 | 7.25 | 0.51 | 0.35 |
| Hex | 86 | 36 | 2B | 0 | 3C | 44 | 2F | 7 | 33 | 23 |
| Octal | 206 | 66 | 53 | 0 | 74 | 104 | 57 | 7 | 63 | 43 |
| Binary | 10000110 | 110110 | 101011 | 0 | 111100 | 1000100 | 101111 | 111 | 110011 | 100011 |
Color Harmonies of #86362B
Complementary color
Monochromatic Colors of #86362B
Black with #86362B
Text Example
Text Example
White with #86362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86362B; }
p { color: rgb(134,54,43); }
H1.HeaderClassName
{
color: #86362B;
}
.AnyTagClassName
{
color: #86362B;
}
</style>
background-color css
<style>
a { background-color: #86362B; }
a { background-color: rgb(134,54,43); }
div.DivClassName
{
background-color: #86362B;
}
.BgClassName
{
background-color: #86362B;
}
</style>
border-color css
<style>
span { border-color: #86362B; }
span { border-color: rgb(134,54,43); }
td.TdClassName
{
border-color: #86362B;
}
.TagClassName
{
border-color: #86362B;
}
</style>