Shades of Crab Apple #8B2E2B
Tints of Crab Apple #8B2E2B
RGB
CMYK
RGB Variations
Color information
#8B2E2B (or 0x8B2E2B) is known color: Crab Apple. HEX triplet: 8B, 2E and 2B. RGB value is (139,46,43). Sum of RGB (Red+Green+Blue) = 139+46+43=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E2B is #74D1D4. Grayscale: #494949. Windows color (decimal): -7655893 or 2829963. OLE color: 2829963.
HSL color Cylindrical-coordinate representation of color #8B2E2B: hue angle of 1.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2E2B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 43 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.45 |
| HSL | 1.88º | 0.53% | 0.36% | - |
| HSV(B) | 1.88º | 0.69% | 0.55% | - |
| XYZ | 12.06 | 7.62 | 3.12 | - |
| YUV | 73.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 43 | 0 | 0.67 | 0.69 | 0.45 | 1.88 | 0.53 | 0.36 |
| Hex | 8B | 2E | 2B | 0 | 43 | 45 | 2D | 2 | 35 | 24 |
| Octal | 213 | 56 | 53 | 0 | 103 | 105 | 55 | 2 | 65 | 44 |
| Binary | 10001011 | 101110 | 101011 | 0 | 1000011 | 1000101 | 101101 | 10 | 110101 | 100100 |
Color Harmonies of #8B2E2B
Complementary color
Monochromatic Colors of #8B2E2B
Black with #8B2E2B
Text Example
Text Example
White with #8B2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E2B; }
p { color: rgb(139,46,43); }
H1.HeaderClassName
{
color: #8B2E2B;
}
.AnyTagClassName
{
color: #8B2E2B;
}
</style>
background-color css
<style>
a { background-color: #8B2E2B; }
a { background-color: rgb(139,46,43); }
div.DivClassName
{
background-color: #8B2E2B;
}
.BgClassName
{
background-color: #8B2E2B;
}
</style>
border-color css
<style>
span { border-color: #8B2E2B; }
span { border-color: rgb(139,46,43); }
td.TdClassName
{
border-color: #8B2E2B;
}
.TagClassName
{
border-color: #8B2E2B;
}
</style>