Shades of Crab Apple #88362B
Tints of Crab Apple #88362B
RGB
CMYK
RGB Variations
Color information
#88362B (or 0x88362B) is known color: Crab Apple. HEX triplet: 88, 36 and 2B. RGB value is (136,54,43). Sum of RGB (Red+Green+Blue) = 136+54+43=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88362B is #77C9D4. Grayscale: #4D4D4D. Windows color (decimal): -7850453 or 2832008. OLE color: 2832008.
HSL color Cylindrical-coordinate representation of color #88362B: hue angle of 7.1º degrees, saturation: 0.52, 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 #88362B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 43 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.47 |
| HSL | 7.1º | 0.52% | 0.35% | - |
| HSV(B) | 7.1º | 0.68% | 0.53% | - |
| XYZ | 11.91 | 8.05 | 3.21 | - |
| YUV | 77.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 43 | 0 | 0.60 | 0.68 | 0.47 | 7.1 | 0.52 | 0.35 |
| Hex | 88 | 36 | 2B | 0 | 3C | 44 | 2F | 7 | 34 | 23 |
| Octal | 210 | 66 | 53 | 0 | 74 | 104 | 57 | 7 | 64 | 43 |
| Binary | 10001000 | 110110 | 101011 | 0 | 111100 | 1000100 | 101111 | 111 | 110100 | 100011 |
Color Harmonies of #88362B
Complementary color
Monochromatic Colors of #88362B
Black with #88362B
Text Example
Text Example
White with #88362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88362B; }
p { color: rgb(136,54,43); }
H1.HeaderClassName
{
color: #88362B;
}
.AnyTagClassName
{
color: #88362B;
}
</style>
background-color css
<style>
a { background-color: #88362B; }
a { background-color: rgb(136,54,43); }
div.DivClassName
{
background-color: #88362B;
}
.BgClassName
{
background-color: #88362B;
}
</style>
border-color css
<style>
span { border-color: #88362B; }
span { border-color: rgb(136,54,43); }
td.TdClassName
{
border-color: #88362B;
}
.TagClassName
{
border-color: #88362B;
}
</style>