Shades of Crab Apple #82362D
Tints of Crab Apple #82362D
RGB
CMYK
RGB Variations
Color information
#82362D (or 0x82362D) is known color: Crab Apple. HEX triplet: 82, 36 and 2D. RGB value is (130,54,45). Sum of RGB (Red+Green+Blue) = 130+54+45=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82362D is #7DC9D2. Grayscale: #4B4B4B. Windows color (decimal): -8243667 or 2963074. OLE color: 2963074.
HSL color Cylindrical-coordinate representation of color #82362D: hue angle of 6.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82362D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 45 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.49 |
| HSL | 6.35º | 0.49% | 0.34% | - |
| HSV(B) | 6.35º | 0.65% | 0.51% | - |
| XYZ | 11 | 7.57 | 3.36 | - |
| YUV | 75.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 45 | 0 | 0.58 | 0.65 | 0.49 | 6.35 | 0.49 | 0.34 |
| Hex | 82 | 36 | 2D | 0 | 3A | 41 | 31 | 6 | 31 | 22 |
| Octal | 202 | 66 | 55 | 0 | 72 | 101 | 61 | 6 | 61 | 42 |
| Binary | 10000010 | 110110 | 101101 | 0 | 111010 | 1000001 | 110001 | 110 | 110001 | 100010 |
Color Harmonies of #82362D
Complementary color
Monochromatic Colors of #82362D
Black with #82362D
Text Example
Text Example
White with #82362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82362D; }
p { color: rgb(130,54,45); }
H1.HeaderClassName
{
color: #82362D;
}
.AnyTagClassName
{
color: #82362D;
}
</style>
background-color css
<style>
a { background-color: #82362D; }
a { background-color: rgb(130,54,45); }
div.DivClassName
{
background-color: #82362D;
}
.BgClassName
{
background-color: #82362D;
}
</style>
border-color css
<style>
span { border-color: #82362D; }
span { border-color: rgb(130,54,45); }
td.TdClassName
{
border-color: #82362D;
}
.TagClassName
{
border-color: #82362D;
}
</style>