Shades of Crab Apple #882F2B
Tints of Crab Apple #882F2B
RGB
CMYK
RGB Variations
Color information
#882F2B (or 0x882F2B) is known color: Crab Apple. HEX triplet: 88, 2F and 2B. RGB value is (136,47,43). Sum of RGB (Red+Green+Blue) = 136+47+43=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F2B is #77D0D4. Grayscale: #494949. Windows color (decimal): -7852245 or 2830216. OLE color: 2830216.
HSL color Cylindrical-coordinate representation of color #882F2B: hue angle of 2.58º 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 #882F2B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 43 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.47 |
| HSL | 2.58º | 0.52% | 0.35% | - |
| HSV(B) | 2.58º | 0.68% | 0.53% | - |
| XYZ | 11.61 | 7.44 | 3.11 | - |
| YUV | 73.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 43 | 0 | 0.65 | 0.68 | 0.47 | 2.58 | 0.52 | 0.35 |
| Hex | 88 | 2F | 2B | 0 | 41 | 44 | 2F | 3 | 34 | 23 |
| Octal | 210 | 57 | 53 | 0 | 101 | 104 | 57 | 3 | 64 | 43 |
| Binary | 10001000 | 101111 | 101011 | 0 | 1000001 | 1000100 | 101111 | 11 | 110100 | 100011 |
Color Harmonies of #882F2B
Complementary color
Monochromatic Colors of #882F2B
Black with #882F2B
Text Example
Text Example
White with #882F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F2B; }
p { color: rgb(136,47,43); }
H1.HeaderClassName
{
color: #882F2B;
}
.AnyTagClassName
{
color: #882F2B;
}
</style>
background-color css
<style>
a { background-color: #882F2B; }
a { background-color: rgb(136,47,43); }
div.DivClassName
{
background-color: #882F2B;
}
.BgClassName
{
background-color: #882F2B;
}
</style>
border-color css
<style>
span { border-color: #882F2B; }
span { border-color: rgb(136,47,43); }
td.TdClassName
{
border-color: #882F2B;
}
.TagClassName
{
border-color: #882F2B;
}
</style>