Shades of Crab Apple #80332D
Tints of Crab Apple #80332D
RGB
CMYK
RGB Variations
Color information
#80332D (or 0x80332D) is known color: Crab Apple. HEX triplet: 80, 33 and 2D. RGB value is (128,51,45). Sum of RGB (Red+Green+Blue) = 128+51+45=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332D is #7FCCD2. Grayscale: #494949. Windows color (decimal): -8375507 or 2962304. OLE color: 2962304.
HSL color Cylindrical-coordinate representation of color #80332D: hue angle of 4.34º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80332D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 45 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.50 |
| HSL | 4.34º | 0.48% | 0.34% | - |
| HSV(B) | 4.34º | 0.65% | 0.5% | - |
| XYZ | 10.56 | 7.15 | 3.31 | - |
| YUV | 73.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 45 | 0 | 0.60 | 0.65 | 0.50 | 4.34 | 0.48 | 0.34 |
| Hex | 80 | 33 | 2D | 0 | 3C | 41 | 32 | 4 | 30 | 22 |
| Octal | 200 | 63 | 55 | 0 | 74 | 101 | 62 | 4 | 60 | 42 |
| Binary | 10000000 | 110011 | 101101 | 0 | 111100 | 1000001 | 110010 | 100 | 110000 | 100010 |
Color Harmonies of #80332D
Complementary color
Monochromatic Colors of #80332D
Black with #80332D
Text Example
Text Example
White with #80332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80332D; }
p { color: rgb(128,51,45); }
H1.HeaderClassName
{
color: #80332D;
}
.AnyTagClassName
{
color: #80332D;
}
</style>
background-color css
<style>
a { background-color: #80332D; }
a { background-color: rgb(128,51,45); }
div.DivClassName
{
background-color: #80332D;
}
.BgClassName
{
background-color: #80332D;
}
</style>
border-color css
<style>
span { border-color: #80332D; }
span { border-color: rgb(128,51,45); }
td.TdClassName
{
border-color: #80332D;
}
.TagClassName
{
border-color: #80332D;
}
</style>