Shades of Crab Apple #83302A
Tints of Crab Apple #83302A
RGB
CMYK
RGB Variations
Color information
#83302A (or 0x83302A) is known color: Crab Apple. HEX triplet: 83, 30 and 2A. RGB value is (131,48,42). Sum of RGB (Red+Green+Blue) = 131+48+42=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #83302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83302A is #7CCFD5. Grayscale: #484848. Windows color (decimal): -8179670 or 2764931. OLE color: 2764931.
HSL color Cylindrical-coordinate representation of color #83302A: hue angle of 4.04º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83302A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 42 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.49 |
| HSL | 4.04º | 0.51% | 0.34% | - |
| HSV(B) | 4.04º | 0.68% | 0.51% | - |
| XYZ | 10.83 | 7.11 | 2.99 | - |
| YUV | 72.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 42 | 0 | 0.63 | 0.68 | 0.49 | 4.04 | 0.51 | 0.34 |
| Hex | 83 | 30 | 2A | 0 | 3F | 44 | 31 | 4 | 33 | 22 |
| Octal | 203 | 60 | 52 | 0 | 77 | 104 | 61 | 4 | 63 | 42 |
| Binary | 10000011 | 110000 | 101010 | 0 | 111111 | 1000100 | 110001 | 100 | 110011 | 100010 |
Color Harmonies of #83302A
Complementary color
Monochromatic Colors of #83302A
Black with #83302A
Text Example
Text Example
White with #83302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83302A; }
p { color: rgb(131,48,42); }
H1.HeaderClassName
{
color: #83302A;
}
.AnyTagClassName
{
color: #83302A;
}
</style>
background-color css
<style>
a { background-color: #83302A; }
a { background-color: rgb(131,48,42); }
div.DivClassName
{
background-color: #83302A;
}
.BgClassName
{
background-color: #83302A;
}
</style>
border-color css
<style>
span { border-color: #83302A; }
span { border-color: rgb(131,48,42); }
td.TdClassName
{
border-color: #83302A;
}
.TagClassName
{
border-color: #83302A;
}
</style>