Shades of Crab Apple #88332D
Tints of Crab Apple #88332D
RGB
CMYK
RGB Variations
Color information
#88332D (or 0x88332D) is known color: Crab Apple. HEX triplet: 88, 33 and 2D. RGB value is (136,51,45). Sum of RGB (Red+Green+Blue) = 136+51+45=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88332D is #77CCD2. Grayscale: #4B4B4B. Windows color (decimal): -7851219 or 2962312. OLE color: 2962312.
HSL color Cylindrical-coordinate representation of color #88332D: hue angle of 3.96º 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 #88332D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 45 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.47 |
| HSL | 3.96º | 0.5% | 0.35% | - |
| HSV(B) | 3.96º | 0.67% | 0.53% | - |
| XYZ | 11.81 | 7.79 | 3.36 | - |
| YUV | 75.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 45 | 0 | 0.62 | 0.67 | 0.47 | 3.96 | 0.5 | 0.35 |
| Hex | 88 | 33 | 2D | 0 | 3E | 43 | 2F | 4 | 32 | 23 |
| Octal | 210 | 63 | 55 | 0 | 76 | 103 | 57 | 4 | 62 | 43 |
| Binary | 10001000 | 110011 | 101101 | 0 | 111110 | 1000011 | 101111 | 100 | 110010 | 100011 |
Color Harmonies of #88332D
Complementary color
Monochromatic Colors of #88332D
Black with #88332D
Text Example
Text Example
White with #88332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88332D; }
p { color: rgb(136,51,45); }
H1.HeaderClassName
{
color: #88332D;
}
.AnyTagClassName
{
color: #88332D;
}
</style>
background-color css
<style>
a { background-color: #88332D; }
a { background-color: rgb(136,51,45); }
div.DivClassName
{
background-color: #88332D;
}
.BgClassName
{
background-color: #88332D;
}
</style>
border-color css
<style>
span { border-color: #88332D; }
span { border-color: rgb(136,51,45); }
td.TdClassName
{
border-color: #88332D;
}
.TagClassName
{
border-color: #88332D;
}
</style>