Shades of Crab Apple #88322D
Tints of Crab Apple #88322D
RGB
CMYK
RGB Variations
Color information
#88322D (or 0x88322D) is known color: Crab Apple. HEX triplet: 88, 32 and 2D. RGB value is (136,50,45). Sum of RGB (Red+Green+Blue) = 136+50+45=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322D is #77CDD2. Grayscale: #4B4B4B. Windows color (decimal): -7851475 or 2962056. OLE color: 2962056.
HSL color Cylindrical-coordinate representation of color #88322D: hue angle of 3.3º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88322D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 45 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.47 |
| HSL | 3.3º | 0.5% | 0.35% | - |
| HSV(B) | 3.3º | 0.67% | 0.53% | - |
| XYZ | 11.77 | 7.7 | 3.35 | - |
| YUV | 75.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 45 | 0 | 0.63 | 0.67 | 0.47 | 3.3 | 0.5 | 0.35 |
| Hex | 88 | 32 | 2D | 0 | 3F | 43 | 2F | 3 | 32 | 23 |
| Octal | 210 | 62 | 55 | 0 | 77 | 103 | 57 | 3 | 62 | 43 |
| Binary | 10001000 | 110010 | 101101 | 0 | 111111 | 1000011 | 101111 | 11 | 110010 | 100011 |
Color Harmonies of #88322D
Complementary color
Monochromatic Colors of #88322D
Black with #88322D
Text Example
Text Example
White with #88322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88322D; }
p { color: rgb(136,50,45); }
H1.HeaderClassName
{
color: #88322D;
}
.AnyTagClassName
{
color: #88322D;
}
</style>
background-color css
<style>
a { background-color: #88322D; }
a { background-color: rgb(136,50,45); }
div.DivClassName
{
background-color: #88322D;
}
.BgClassName
{
background-color: #88322D;
}
</style>
border-color css
<style>
span { border-color: #88322D; }
span { border-color: rgb(136,50,45); }
td.TdClassName
{
border-color: #88322D;
}
.TagClassName
{
border-color: #88322D;
}
</style>