Shades of Crab Apple #823A33
Tints of Crab Apple #823A33
RGB
CMYK
RGB Variations
Color information
#823A33 (or 0x823A33) is known color: Crab Apple. HEX triplet: 82, 3A and 33. RGB value is (130,58,51). Sum of RGB (Red+Green+Blue) = 130+58+51=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #823A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A33 is #7DC5CC. Grayscale: #4E4E4E. Windows color (decimal): -8242637 or 3357314. OLE color: 3357314.
HSL color Cylindrical-coordinate representation of color #823A33: hue angle of 5.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823A33 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 51 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.49 |
| HSL | 5.32º | 0.44% | 0.35% | - |
| HSV(B) | 5.32º | 0.61% | 0.51% | - |
| XYZ | 11.32 | 8.01 | 4.08 | - |
| YUV | 78.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 51 | 0 | 0.55 | 0.61 | 0.49 | 5.32 | 0.44 | 0.35 |
| Hex | 82 | 3A | 33 | 0 | 37 | 3D | 31 | 5 | 2C | 23 |
| Octal | 202 | 72 | 63 | 0 | 67 | 75 | 61 | 5 | 54 | 43 |
| Binary | 10000010 | 111010 | 110011 | 0 | 110111 | 111101 | 110001 | 101 | 101100 | 100011 |
Color Harmonies of #823A33
Complementary color
Monochromatic Colors of #823A33
Black with #823A33
Text Example
Text Example
White with #823A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A33; }
p { color: rgb(130,58,51); }
H1.HeaderClassName
{
color: #823A33;
}
.AnyTagClassName
{
color: #823A33;
}
</style>
background-color css
<style>
a { background-color: #823A33; }
a { background-color: rgb(130,58,51); }
div.DivClassName
{
background-color: #823A33;
}
.BgClassName
{
background-color: #823A33;
}
</style>
border-color css
<style>
span { border-color: #823A33; }
span { border-color: rgb(130,58,51); }
td.TdClassName
{
border-color: #823A33;
}
.TagClassName
{
border-color: #823A33;
}
</style>