Shades of Crab Apple #80382F
Tints of Crab Apple #80382F
RGB
CMYK
RGB Variations
Color information
#80382F (or 0x80382F) is known color: Crab Apple. HEX triplet: 80, 38 and 2F. RGB value is (128,56,47). Sum of RGB (Red+Green+Blue) = 128+56+47=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #80382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80382F is #7FC7D0. Grayscale: #4C4C4C. Windows color (decimal): -8374225 or 3094656. OLE color: 3094656.
HSL color Cylindrical-coordinate representation of color #80382F: hue angle of 6.67º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80382F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 47 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.50 |
| HSL | 6.67º | 0.46% | 0.34% | - |
| HSV(B) | 6.67º | 0.63% | 0.5% | - |
| XYZ | 10.83 | 7.62 | 3.59 | - |
| YUV | 76.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 47 | 0 | 0.56 | 0.63 | 0.50 | 6.67 | 0.46 | 0.34 |
| Hex | 80 | 38 | 2F | 0 | 38 | 3F | 32 | 7 | 2E | 22 |
| Octal | 200 | 70 | 57 | 0 | 70 | 77 | 62 | 7 | 56 | 42 |
| Binary | 10000000 | 111000 | 101111 | 0 | 111000 | 111111 | 110010 | 111 | 101110 | 100010 |
Color Harmonies of #80382F
Complementary color
Monochromatic Colors of #80382F
Black with #80382F
Text Example
Text Example
White with #80382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80382F; }
p { color: rgb(128,56,47); }
H1.HeaderClassName
{
color: #80382F;
}
.AnyTagClassName
{
color: #80382F;
}
</style>
background-color css
<style>
a { background-color: #80382F; }
a { background-color: rgb(128,56,47); }
div.DivClassName
{
background-color: #80382F;
}
.BgClassName
{
background-color: #80382F;
}
</style>
border-color css
<style>
span { border-color: #80382F; }
span { border-color: rgb(128,56,47); }
td.TdClassName
{
border-color: #80382F;
}
.TagClassName
{
border-color: #80382F;
}
</style>