Shades of Crab Apple #88312A
Tints of Crab Apple #88312A
RGB
CMYK
RGB Variations
Color information
#88312A (or 0x88312A) is known color: Crab Apple. HEX triplet: 88, 31 and 2A. RGB value is (136,49,42). Sum of RGB (Red+Green+Blue) = 136+49+42=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #88312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88312A is #77CED5. Grayscale: #4A4A4A. Windows color (decimal): -7851734 or 2765192. OLE color: 2765192.
HSL color Cylindrical-coordinate representation of color #88312A: hue angle of 4.47º degrees, saturation: 0.53, 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 #88312A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 42 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.47 |
| HSL | 4.47º | 0.53% | 0.35% | - |
| HSV(B) | 4.47º | 0.69% | 0.53% | - |
| XYZ | 11.67 | 7.6 | 3.04 | - |
| YUV | 74.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 42 | 0 | 0.64 | 0.69 | 0.47 | 4.47 | 0.53 | 0.35 |
| Hex | 88 | 31 | 2A | 0 | 40 | 45 | 2F | 4 | 35 | 23 |
| Octal | 210 | 61 | 52 | 0 | 100 | 105 | 57 | 4 | 65 | 43 |
| Binary | 10001000 | 110001 | 101010 | 0 | 1000000 | 1000101 | 101111 | 100 | 110101 | 100011 |
Color Harmonies of #88312A
Complementary color
Monochromatic Colors of #88312A
Black with #88312A
Text Example
Text Example
White with #88312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88312A; }
p { color: rgb(136,49,42); }
H1.HeaderClassName
{
color: #88312A;
}
.AnyTagClassName
{
color: #88312A;
}
</style>
background-color css
<style>
a { background-color: #88312A; }
a { background-color: rgb(136,49,42); }
div.DivClassName
{
background-color: #88312A;
}
.BgClassName
{
background-color: #88312A;
}
</style>
border-color css
<style>
span { border-color: #88312A; }
span { border-color: rgb(136,49,42); }
td.TdClassName
{
border-color: #88312A;
}
.TagClassName
{
border-color: #88312A;
}
</style>