Shades of Crab Apple #83382F
Tints of Crab Apple #83382F
RGB
CMYK
RGB Variations
Color information
#83382F (or 0x83382F) is known color: Crab Apple. HEX triplet: 83, 38 and 2F. RGB value is (131,56,47). Sum of RGB (Red+Green+Blue) = 131+56+47=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83382F is #7CC7D0. Grayscale: #4D4D4D. Windows color (decimal): -8177617 or 3094659. OLE color: 3094659.
HSL color Cylindrical-coordinate representation of color #83382F: hue angle of 6.43º 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 #83382F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 47 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.49 |
| HSL | 6.43º | 0.47% | 0.35% | - |
| HSV(B) | 6.43º | 0.64% | 0.51% | - |
| XYZ | 11.29 | 7.86 | 3.61 | - |
| YUV | 77.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 47 | 0 | 0.57 | 0.64 | 0.49 | 6.43 | 0.47 | 0.35 |
| Hex | 83 | 38 | 2F | 0 | 39 | 40 | 31 | 6 | 2F | 23 |
| Octal | 203 | 70 | 57 | 0 | 71 | 100 | 61 | 6 | 57 | 43 |
| Binary | 10000011 | 111000 | 101111 | 0 | 111001 | 1000000 | 110001 | 110 | 101111 | 100011 |
Color Harmonies of #83382F
Complementary color
Monochromatic Colors of #83382F
Black with #83382F
Text Example
Text Example
White with #83382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83382F; }
p { color: rgb(131,56,47); }
H1.HeaderClassName
{
color: #83382F;
}
.AnyTagClassName
{
color: #83382F;
}
</style>
background-color css
<style>
a { background-color: #83382F; }
a { background-color: rgb(131,56,47); }
div.DivClassName
{
background-color: #83382F;
}
.BgClassName
{
background-color: #83382F;
}
</style>
border-color css
<style>
span { border-color: #83382F; }
span { border-color: rgb(131,56,47); }
td.TdClassName
{
border-color: #83382F;
}
.TagClassName
{
border-color: #83382F;
}
</style>