Shades of Crab Apple #80372B
Tints of Crab Apple #80372B
RGB
CMYK
RGB Variations
Color information
#80372B (or 0x80372B) is known color: Crab Apple. HEX triplet: 80, 37 and 2B. RGB value is (128,55,43). Sum of RGB (Red+Green+Blue) = 128+55+43=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80372B is #7FC8D4. Grayscale: #4B4B4B. Windows color (decimal): -8374485 or 2832256. OLE color: 2832256.
HSL color Cylindrical-coordinate representation of color #80372B: hue angle of 8.47º 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 #80372B is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 43 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.50 |
| HSL | 8.47º | 0.5% | 0.34% | - |
| HSV(B) | 8.47º | 0.66% | 0.5% | - |
| XYZ | 10.7 | 7.5 | 3.17 | - |
| YUV | 75.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 43 | 0 | 0.57 | 0.66 | 0.50 | 8.47 | 0.5 | 0.34 |
| Hex | 80 | 37 | 2B | 0 | 39 | 42 | 32 | 8 | 32 | 22 |
| Octal | 200 | 67 | 53 | 0 | 71 | 102 | 62 | 10 | 62 | 42 |
| Binary | 10000000 | 110111 | 101011 | 0 | 111001 | 1000010 | 110010 | 1000 | 110010 | 100010 |
Color Harmonies of #80372B
Complementary color
Monochromatic Colors of #80372B
Black with #80372B
Text Example
Text Example
White with #80372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80372B; }
p { color: rgb(128,55,43); }
H1.HeaderClassName
{
color: #80372B;
}
.AnyTagClassName
{
color: #80372B;
}
</style>
background-color css
<style>
a { background-color: #80372B; }
a { background-color: rgb(128,55,43); }
div.DivClassName
{
background-color: #80372B;
}
.BgClassName
{
background-color: #80372B;
}
</style>
border-color css
<style>
span { border-color: #80372B; }
span { border-color: rgb(128,55,43); }
td.TdClassName
{
border-color: #80372B;
}
.TagClassName
{
border-color: #80372B;
}
</style>