Shades of Crab Apple #80382B
Tints of Crab Apple #80382B
RGB
CMYK
RGB Variations
Color information
#80382B (or 0x80382B) is known color: Crab Apple. HEX triplet: 80, 38 and 2B. RGB value is (128,56,43). Sum of RGB (Red+Green+Blue) = 128+56+43=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80382B is #7FC7D4. Grayscale: #4C4C4C. Windows color (decimal): -8374229 or 2832512. OLE color: 2832512.
HSL color Cylindrical-coordinate representation of color #80382B: hue angle of 9.18º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80382B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 43 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.50 |
| HSL | 9.18º | 0.5% | 0.34% | - |
| HSV(B) | 9.18º | 0.66% | 0.5% | - |
| XYZ | 10.75 | 7.59 | 3.18 | - |
| YUV | 76.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 43 | 0 | 0.56 | 0.66 | 0.50 | 9.18 | 0.5 | 0.34 |
| Hex | 80 | 38 | 2B | 0 | 38 | 42 | 32 | 9 | 32 | 22 |
| Octal | 200 | 70 | 53 | 0 | 70 | 102 | 62 | 11 | 62 | 42 |
| Binary | 10000000 | 111000 | 101011 | 0 | 111000 | 1000010 | 110010 | 1001 | 110010 | 100010 |
Color Harmonies of #80382B
Complementary color
Monochromatic Colors of #80382B
Black with #80382B
Text Example
Text Example
White with #80382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80382B; }
p { color: rgb(128,56,43); }
H1.HeaderClassName
{
color: #80382B;
}
.AnyTagClassName
{
color: #80382B;
}
</style>
background-color css
<style>
a { background-color: #80382B; }
a { background-color: rgb(128,56,43); }
div.DivClassName
{
background-color: #80382B;
}
.BgClassName
{
background-color: #80382B;
}
</style>
border-color css
<style>
span { border-color: #80382B; }
span { border-color: rgb(128,56,43); }
td.TdClassName
{
border-color: #80382B;
}
.TagClassName
{
border-color: #80382B;
}
</style>