Shades of Crab Apple #82382F
Tints of Crab Apple #82382F
RGB
CMYK
RGB Variations
Color information
#82382F (or 0x82382F) is known color: Crab Apple. HEX triplet: 82, 38 and 2F. RGB value is (130,56,47). Sum of RGB (Red+Green+Blue) = 130+56+47=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #82382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82382F is #7DC7D0. Grayscale: #4D4D4D. Windows color (decimal): -8243153 or 3094658. OLE color: 3094658.
HSL color Cylindrical-coordinate representation of color #82382F: hue angle of 6.51º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82382F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 47 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.49 |
| HSL | 6.51º | 0.47% | 0.35% | - |
| HSV(B) | 6.51º | 0.64% | 0.51% | - |
| XYZ | 11.13 | 7.78 | 3.6 | - |
| YUV | 77.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 47 | 0 | 0.57 | 0.64 | 0.49 | 6.51 | 0.47 | 0.35 |
| Hex | 82 | 38 | 2F | 0 | 39 | 40 | 31 | 7 | 2F | 23 |
| Octal | 202 | 70 | 57 | 0 | 71 | 100 | 61 | 7 | 57 | 43 |
| Binary | 10000010 | 111000 | 101111 | 0 | 111001 | 1000000 | 110001 | 111 | 101111 | 100011 |
Color Harmonies of #82382F
Complementary color
Monochromatic Colors of #82382F
Black with #82382F
Text Example
Text Example
White with #82382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82382F; }
p { color: rgb(130,56,47); }
H1.HeaderClassName
{
color: #82382F;
}
.AnyTagClassName
{
color: #82382F;
}
</style>
background-color css
<style>
a { background-color: #82382F; }
a { background-color: rgb(130,56,47); }
div.DivClassName
{
background-color: #82382F;
}
.BgClassName
{
background-color: #82382F;
}
</style>
border-color css
<style>
span { border-color: #82382F; }
span { border-color: rgb(130,56,47); }
td.TdClassName
{
border-color: #82382F;
}
.TagClassName
{
border-color: #82382F;
}
</style>