Shades of Crab Apple #823831
Tints of Crab Apple #823831
RGB
CMYK
RGB Variations
Color information
#823831 (or 0x823831) is known color: Crab Apple. HEX triplet: 82, 38 and 31. RGB value is (130,56,49). Sum of RGB (Red+Green+Blue) = 130+56+49=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823831 is #7DC7CE. Grayscale: #4D4D4D. Windows color (decimal): -8243151 or 3225730. OLE color: 3225730.
HSL color Cylindrical-coordinate representation of color #823831: hue angle of 5.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823831 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 49 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.49 |
| HSL | 5.19º | 0.45% | 0.35% | - |
| HSV(B) | 5.19º | 0.62% | 0.51% | - |
| XYZ | 11.17 | 7.8 | 3.82 | - |
| YUV | 77.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 49 | 0 | 0.57 | 0.62 | 0.49 | 5.19 | 0.45 | 0.35 |
| Hex | 82 | 38 | 31 | 0 | 39 | 3E | 31 | 5 | 2D | 23 |
| Octal | 202 | 70 | 61 | 0 | 71 | 76 | 61 | 5 | 55 | 43 |
| Binary | 10000010 | 111000 | 110001 | 0 | 111001 | 111110 | 110001 | 101 | 101101 | 100011 |
Color Harmonies of #823831
Complementary color
Monochromatic Colors of #823831
Black with #823831
Text Example
Text Example
White with #823831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823831; }
p { color: rgb(130,56,49); }
H1.HeaderClassName
{
color: #823831;
}
.AnyTagClassName
{
color: #823831;
}
</style>
background-color css
<style>
a { background-color: #823831; }
a { background-color: rgb(130,56,49); }
div.DivClassName
{
background-color: #823831;
}
.BgClassName
{
background-color: #823831;
}
</style>
border-color css
<style>
span { border-color: #823831; }
span { border-color: rgb(130,56,49); }
td.TdClassName
{
border-color: #823831;
}
.TagClassName
{
border-color: #823831;
}
</style>