Shades of Crab Apple #86332D
Tints of Crab Apple #86332D
RGB
CMYK
RGB Variations
Color information
#86332D (or 0x86332D) is known color: Crab Apple. HEX triplet: 86, 33 and 2D. RGB value is (134,51,45). Sum of RGB (Red+Green+Blue) = 134+51+45=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86332D is #79CCD2. Grayscale: #4B4B4B. Windows color (decimal): -7982291 or 2962310. OLE color: 2962310.
HSL color Cylindrical-coordinate representation of color #86332D: hue angle of 4.04º 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 #86332D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 45 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.47 |
| HSL | 4.04º | 0.5% | 0.35% | - |
| HSV(B) | 4.04º | 0.66% | 0.53% | - |
| XYZ | 11.49 | 7.63 | 3.35 | - |
| YUV | 75.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 45 | 0 | 0.62 | 0.66 | 0.47 | 4.04 | 0.5 | 0.35 |
| Hex | 86 | 33 | 2D | 0 | 3E | 42 | 2F | 4 | 32 | 23 |
| Octal | 206 | 63 | 55 | 0 | 76 | 102 | 57 | 4 | 62 | 43 |
| Binary | 10000110 | 110011 | 101101 | 0 | 111110 | 1000010 | 101111 | 100 | 110010 | 100011 |
Color Harmonies of #86332D
Complementary color
Monochromatic Colors of #86332D
Black with #86332D
Text Example
Text Example
White with #86332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86332D; }
p { color: rgb(134,51,45); }
H1.HeaderClassName
{
color: #86332D;
}
.AnyTagClassName
{
color: #86332D;
}
</style>
background-color css
<style>
a { background-color: #86332D; }
a { background-color: rgb(134,51,45); }
div.DivClassName
{
background-color: #86332D;
}
.BgClassName
{
background-color: #86332D;
}
</style>
border-color css
<style>
span { border-color: #86332D; }
span { border-color: rgb(134,51,45); }
td.TdClassName
{
border-color: #86332D;
}
.TagClassName
{
border-color: #86332D;
}
</style>