Shades of Crab Apple #88352D
Tints of Crab Apple #88352D
RGB
CMYK
RGB Variations
Color information
#88352D (or 0x88352D) is known color: Crab Apple. HEX triplet: 88, 35 and 2D. RGB value is (136,53,45). Sum of RGB (Red+Green+Blue) = 136+53+45=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88352D is #77CAD2. Grayscale: #4D4D4D. Windows color (decimal): -7850707 or 2962824. OLE color: 2962824.
HSL color Cylindrical-coordinate representation of color #88352D: hue angle of 5.27º 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 #88352D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 45 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.47 |
| HSL | 5.27º | 0.5% | 0.35% | - |
| HSV(B) | 5.27º | 0.67% | 0.53% | - |
| XYZ | 11.9 | 7.97 | 3.39 | - |
| YUV | 76.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 45 | 0 | 0.61 | 0.67 | 0.47 | 5.27 | 0.5 | 0.35 |
| Hex | 88 | 35 | 2D | 0 | 3D | 43 | 2F | 5 | 32 | 23 |
| Octal | 210 | 65 | 55 | 0 | 75 | 103 | 57 | 5 | 62 | 43 |
| Binary | 10001000 | 110101 | 101101 | 0 | 111101 | 1000011 | 101111 | 101 | 110010 | 100011 |
Color Harmonies of #88352D
Complementary color
Monochromatic Colors of #88352D
Black with #88352D
Text Example
Text Example
White with #88352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88352D; }
p { color: rgb(136,53,45); }
H1.HeaderClassName
{
color: #88352D;
}
.AnyTagClassName
{
color: #88352D;
}
</style>
background-color css
<style>
a { background-color: #88352D; }
a { background-color: rgb(136,53,45); }
div.DivClassName
{
background-color: #88352D;
}
.BgClassName
{
background-color: #88352D;
}
</style>
border-color css
<style>
span { border-color: #88352D; }
span { border-color: rgb(136,53,45); }
td.TdClassName
{
border-color: #88352D;
}
.TagClassName
{
border-color: #88352D;
}
</style>