Shades of Crab Apple #83352E
Tints of Crab Apple #83352E
RGB
CMYK
RGB Variations
Color information
#83352E (or 0x83352E) is known color: Crab Apple. HEX triplet: 83, 35 and 2E. RGB value is (131,53,46). Sum of RGB (Red+Green+Blue) = 131+53+46=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83352E is #7CCAD1. Grayscale: #4B4B4B. Windows color (decimal): -8178386 or 3028355. OLE color: 3028355.
HSL color Cylindrical-coordinate representation of color #83352E: hue angle of 4.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83352E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 46 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.49 |
| HSL | 4.94º | 0.48% | 0.35% | - |
| HSV(B) | 4.94º | 0.65% | 0.51% | - |
| XYZ | 11.13 | 7.57 | 3.46 | - |
| YUV | 75.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 46 | 0 | 0.60 | 0.65 | 0.49 | 4.94 | 0.48 | 0.35 |
| Hex | 83 | 35 | 2E | 0 | 3C | 41 | 31 | 5 | 30 | 23 |
| Octal | 203 | 65 | 56 | 0 | 74 | 101 | 61 | 5 | 60 | 43 |
| Binary | 10000011 | 110101 | 101110 | 0 | 111100 | 1000001 | 110001 | 101 | 110000 | 100011 |
Color Harmonies of #83352E
Complementary color
Monochromatic Colors of #83352E
Black with #83352E
Text Example
Text Example
White with #83352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83352E; }
p { color: rgb(131,53,46); }
H1.HeaderClassName
{
color: #83352E;
}
.AnyTagClassName
{
color: #83352E;
}
</style>
background-color css
<style>
a { background-color: #83352E; }
a { background-color: rgb(131,53,46); }
div.DivClassName
{
background-color: #83352E;
}
.BgClassName
{
background-color: #83352E;
}
</style>
border-color css
<style>
span { border-color: #83352E; }
span { border-color: rgb(131,53,46); }
td.TdClassName
{
border-color: #83352E;
}
.TagClassName
{
border-color: #83352E;
}
</style>