Shades of Crab Apple #883B2B
Tints of Crab Apple #883B2B
RGB
CMYK
RGB Variations
Color information
#883B2B (or 0x883B2B) is known color: Crab Apple. HEX triplet: 88, 3B and 2B. RGB value is (136,59,43). Sum of RGB (Red+Green+Blue) = 136+59+43=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #883B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B2B is #77C4D4. Grayscale: #505050. Windows color (decimal): -7849173 or 2833288. OLE color: 2833288.
HSL color Cylindrical-coordinate representation of color #883B2B: hue angle of 10.32º 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 #883B2B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 43 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.47 |
| HSL | 10.32º | 0.52% | 0.35% | - |
| HSV(B) | 10.32º | 0.68% | 0.53% | - |
| XYZ | 12.15 | 8.54 | 3.29 | - |
| YUV | 80.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 43 | 0 | 0.57 | 0.68 | 0.47 | 10.32 | 0.52 | 0.35 |
| Hex | 88 | 3B | 2B | 0 | 39 | 44 | 2F | A | 34 | 23 |
| Octal | 210 | 73 | 53 | 0 | 71 | 104 | 57 | 12 | 64 | 43 |
| Binary | 10001000 | 111011 | 101011 | 0 | 111001 | 1000100 | 101111 | 1010 | 110100 | 100011 |
Color Harmonies of #883B2B
Complementary color
Monochromatic Colors of #883B2B
Black with #883B2B
Text Example
Text Example
White with #883B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B2B; }
p { color: rgb(136,59,43); }
H1.HeaderClassName
{
color: #883B2B;
}
.AnyTagClassName
{
color: #883B2B;
}
</style>
background-color css
<style>
a { background-color: #883B2B; }
a { background-color: rgb(136,59,43); }
div.DivClassName
{
background-color: #883B2B;
}
.BgClassName
{
background-color: #883B2B;
}
</style>
border-color css
<style>
span { border-color: #883B2B; }
span { border-color: rgb(136,59,43); }
td.TdClassName
{
border-color: #883B2B;
}
.TagClassName
{
border-color: #883B2B;
}
</style>