Shades of Crab Apple #82332E
Tints of Crab Apple #82332E
RGB
CMYK
RGB Variations
Color information
#82332E (or 0x82332E) is known color: Crab Apple. HEX triplet: 82, 33 and 2E. RGB value is (130,51,46). Sum of RGB (Red+Green+Blue) = 130+51+46=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82332E is #7DCCD1. Grayscale: #4A4A4A. Windows color (decimal): -8244434 or 3027842. OLE color: 3027842.
HSL color Cylindrical-coordinate representation of color #82332E: hue angle of 3.57º 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 #82332E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 46 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.49 |
| HSL | 3.57º | 0.48% | 0.35% | - |
| HSV(B) | 3.57º | 0.65% | 0.51% | - |
| XYZ | 10.88 | 7.31 | 3.42 | - |
| YUV | 74.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 46 | 0 | 0.61 | 0.65 | 0.49 | 3.57 | 0.48 | 0.35 |
| Hex | 82 | 33 | 2E | 0 | 3D | 41 | 31 | 4 | 30 | 23 |
| Octal | 202 | 63 | 56 | 0 | 75 | 101 | 61 | 4 | 60 | 43 |
| Binary | 10000010 | 110011 | 101110 | 0 | 111101 | 1000001 | 110001 | 100 | 110000 | 100011 |
Color Harmonies of #82332E
Complementary color
Monochromatic Colors of #82332E
Black with #82332E
Text Example
Text Example
White with #82332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82332E; }
p { color: rgb(130,51,46); }
H1.HeaderClassName
{
color: #82332E;
}
.AnyTagClassName
{
color: #82332E;
}
</style>
background-color css
<style>
a { background-color: #82332E; }
a { background-color: rgb(130,51,46); }
div.DivClassName
{
background-color: #82332E;
}
.BgClassName
{
background-color: #82332E;
}
</style>
border-color css
<style>
span { border-color: #82332E; }
span { border-color: rgb(130,51,46); }
td.TdClassName
{
border-color: #82332E;
}
.TagClassName
{
border-color: #82332E;
}
</style>