Shades of Crab Apple #83382C
Tints of Crab Apple #83382C
RGB
CMYK
RGB Variations
Color information
#83382C (or 0x83382C) is known color: Crab Apple. HEX triplet: 83, 38 and 2C. RGB value is (131,56,44). Sum of RGB (Red+Green+Blue) = 131+56+44=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83382C is #7CC7D3. Grayscale: #4D4D4D. Windows color (decimal): -8177620 or 2898051. OLE color: 2898051.
HSL color Cylindrical-coordinate representation of color #83382C: hue angle of 8.28º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83382C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 44 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.49 |
| HSL | 8.28º | 0.5% | 0.34% | - |
| HSV(B) | 8.28º | 0.66% | 0.51% | - |
| XYZ | 11.23 | 7.84 | 3.3 | - |
| YUV | 77.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 44 | 0 | 0.57 | 0.66 | 0.49 | 8.28 | 0.5 | 0.34 |
| Hex | 83 | 38 | 2C | 0 | 39 | 42 | 31 | 8 | 32 | 22 |
| Octal | 203 | 70 | 54 | 0 | 71 | 102 | 61 | 10 | 62 | 42 |
| Binary | 10000011 | 111000 | 101100 | 0 | 111001 | 1000010 | 110001 | 1000 | 110010 | 100010 |
Color Harmonies of #83382C
Complementary color
Monochromatic Colors of #83382C
Black with #83382C
Text Example
Text Example
White with #83382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83382C; }
p { color: rgb(131,56,44); }
H1.HeaderClassName
{
color: #83382C;
}
.AnyTagClassName
{
color: #83382C;
}
</style>
background-color css
<style>
a { background-color: #83382C; }
a { background-color: rgb(131,56,44); }
div.DivClassName
{
background-color: #83382C;
}
.BgClassName
{
background-color: #83382C;
}
</style>
border-color css
<style>
span { border-color: #83382C; }
span { border-color: rgb(131,56,44); }
td.TdClassName
{
border-color: #83382C;
}
.TagClassName
{
border-color: #83382C;
}
</style>