Shades of Crab Apple #80332A
Tints of Crab Apple #80332A
RGB
CMYK
RGB Variations
Color information
#80332A (or 0x80332A) is known color: Crab Apple. HEX triplet: 80, 33 and 2A. RGB value is (128,51,42). Sum of RGB (Red+Green+Blue) = 128+51+42=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332A is #7FCCD5. Grayscale: #494949. Windows color (decimal): -8375510 or 2765696. OLE color: 2765696.
HSL color Cylindrical-coordinate representation of color #80332A: hue angle of 6.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80332A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 42 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.50 |
| HSL | 6.28º | 0.51% | 0.33% | - |
| HSV(B) | 6.28º | 0.67% | 0.5% | - |
| XYZ | 10.5 | 7.12 | 3.01 | - |
| YUV | 73 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 42 | 0 | 0.60 | 0.67 | 0.50 | 6.28 | 0.51 | 0.33 |
| Hex | 80 | 33 | 2A | 0 | 3C | 43 | 32 | 6 | 33 | 21 |
| Octal | 200 | 63 | 52 | 0 | 74 | 103 | 62 | 6 | 63 | 41 |
| Binary | 10000000 | 110011 | 101010 | 0 | 111100 | 1000011 | 110010 | 110 | 110011 | 100001 |
Color Harmonies of #80332A
Complementary color
Monochromatic Colors of #80332A
Black with #80332A
Text Example
Text Example
White with #80332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80332A; }
p { color: rgb(128,51,42); }
H1.HeaderClassName
{
color: #80332A;
}
.AnyTagClassName
{
color: #80332A;
}
</style>
background-color css
<style>
a { background-color: #80332A; }
a { background-color: rgb(128,51,42); }
div.DivClassName
{
background-color: #80332A;
}
.BgClassName
{
background-color: #80332A;
}
</style>
border-color css
<style>
span { border-color: #80332A; }
span { border-color: rgb(128,51,42); }
td.TdClassName
{
border-color: #80332A;
}
.TagClassName
{
border-color: #80332A;
}
</style>