Shades of Crab Apple #83362A
Tints of Crab Apple #83362A
RGB
CMYK
RGB Variations
Color information
#83362A (or 0x83362A) is known color: Crab Apple. HEX triplet: 83, 36 and 2A. RGB value is (131,54,42). Sum of RGB (Red+Green+Blue) = 131+54+42=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83362A is #7CC9D5. Grayscale: #4B4B4B. Windows color (decimal): -8178134 or 2766467. OLE color: 2766467.
HSL color Cylindrical-coordinate representation of color #83362A: hue angle of 8.09º 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 #83362A is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 42 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.49 |
| HSL | 8.09º | 0.51% | 0.34% | - |
| HSV(B) | 8.09º | 0.68% | 0.51% | - |
| XYZ | 11.1 | 7.63 | 3.08 | - |
| YUV | 75.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 42 | 0 | 0.59 | 0.68 | 0.49 | 8.09 | 0.51 | 0.34 |
| Hex | 83 | 36 | 2A | 0 | 3B | 44 | 31 | 8 | 33 | 22 |
| Octal | 203 | 66 | 52 | 0 | 73 | 104 | 61 | 10 | 63 | 42 |
| Binary | 10000011 | 110110 | 101010 | 0 | 111011 | 1000100 | 110001 | 1000 | 110011 | 100010 |
Color Harmonies of #83362A
Complementary color
Monochromatic Colors of #83362A
Black with #83362A
Text Example
Text Example
White with #83362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83362A; }
p { color: rgb(131,54,42); }
H1.HeaderClassName
{
color: #83362A;
}
.AnyTagClassName
{
color: #83362A;
}
</style>
background-color css
<style>
a { background-color: #83362A; }
a { background-color: rgb(131,54,42); }
div.DivClassName
{
background-color: #83362A;
}
.BgClassName
{
background-color: #83362A;
}
</style>
border-color css
<style>
span { border-color: #83362A; }
span { border-color: rgb(131,54,42); }
td.TdClassName
{
border-color: #83362A;
}
.TagClassName
{
border-color: #83362A;
}
</style>