Shades of Crab Apple #82392A
Tints of Crab Apple #82392A
RGB
CMYK
RGB Variations
Color information
#82392A (or 0x82392A) is known color: Crab Apple. HEX triplet: 82, 39 and 2A. RGB value is (130,57,42). Sum of RGB (Red+Green+Blue) = 130+57+42=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82392A is #7DC6D5. Grayscale: #4D4D4D. Windows color (decimal): -8242902 or 2767234. OLE color: 2767234.
HSL color Cylindrical-coordinate representation of color #82392A: hue angle of 10.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82392A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 57 | 42 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.49 |
| HSL | 10.23º | 0.51% | 0.34% | - |
| HSV(B) | 10.23º | 0.68% | 0.51% | - |
| XYZ | 11.09 | 7.84 | 3.12 | - |
| YUV | 77.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 42 | 0 | 0.56 | 0.68 | 0.49 | 10.23 | 0.51 | 0.34 |
| Hex | 82 | 39 | 2A | 0 | 38 | 44 | 31 | A | 33 | 22 |
| Octal | 202 | 71 | 52 | 0 | 70 | 104 | 61 | 12 | 63 | 42 |
| Binary | 10000010 | 111001 | 101010 | 0 | 111000 | 1000100 | 110001 | 1010 | 110011 | 100010 |
Color Harmonies of #82392A
Complementary color
Monochromatic Colors of #82392A
Black with #82392A
Text Example
Text Example
White with #82392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82392A; }
p { color: rgb(130,57,42); }
H1.HeaderClassName
{
color: #82392A;
}
.AnyTagClassName
{
color: #82392A;
}
</style>
background-color css
<style>
a { background-color: #82392A; }
a { background-color: rgb(130,57,42); }
div.DivClassName
{
background-color: #82392A;
}
.BgClassName
{
background-color: #82392A;
}
</style>
border-color css
<style>
span { border-color: #82392A; }
span { border-color: rgb(130,57,42); }
td.TdClassName
{
border-color: #82392A;
}
.TagClassName
{
border-color: #82392A;
}
</style>