Shades of Crab Apple #86302A
Tints of Crab Apple #86302A
RGB
CMYK
RGB Variations
Color information
#86302A (or 0x86302A) is known color: Crab Apple. HEX triplet: 86, 30 and 2A. RGB value is (134,48,42). Sum of RGB (Red+Green+Blue) = 134+48+42=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #86302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86302A is #79CFD5. Grayscale: #494949. Windows color (decimal): -7983062 or 2764934. OLE color: 2764934.
HSL color Cylindrical-coordinate representation of color #86302A: hue angle of 3.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86302A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 42 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.47 |
| HSL | 3.91º | 0.52% | 0.35% | - |
| HSV(B) | 3.91º | 0.69% | 0.53% | - |
| XYZ | 11.31 | 7.35 | 3.01 | - |
| YUV | 73.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 42 | 0 | 0.64 | 0.69 | 0.47 | 3.91 | 0.52 | 0.35 |
| Hex | 86 | 30 | 2A | 0 | 40 | 45 | 2F | 4 | 34 | 23 |
| Octal | 206 | 60 | 52 | 0 | 100 | 105 | 57 | 4 | 64 | 43 |
| Binary | 10000110 | 110000 | 101010 | 0 | 1000000 | 1000101 | 101111 | 100 | 110100 | 100011 |
Color Harmonies of #86302A
Complementary color
Monochromatic Colors of #86302A
Black with #86302A
Text Example
Text Example
White with #86302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86302A; }
p { color: rgb(134,48,42); }
H1.HeaderClassName
{
color: #86302A;
}
.AnyTagClassName
{
color: #86302A;
}
</style>
background-color css
<style>
a { background-color: #86302A; }
a { background-color: rgb(134,48,42); }
div.DivClassName
{
background-color: #86302A;
}
.BgClassName
{
background-color: #86302A;
}
</style>
border-color css
<style>
span { border-color: #86302A; }
span { border-color: rgb(134,48,42); }
td.TdClassName
{
border-color: #86302A;
}
.TagClassName
{
border-color: #86302A;
}
</style>