#82312C

Color #82312C Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #82312C

Tints of Crab Apple #82312C

Color information

#82312C (or 0x82312C) is unknown color: approx Crab Apple. HEX triplet: 82, 31 and 2C. RGB value is (130,49,44). Sum of RGB (Red+Green+Blue) = 130+49+44=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312C is #7DCED3. Grayscale: #484848. Windows color (decimal): -8244948 or 2896258. OLE color: 2896258.

HSL color Cylindrical-coordinate representation of color #82312C: hue angle of 3.49º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82312C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1304944-
CMYK00.620.660.49
HSL3.49º49.43%34.12%-
HSV(B)3.49º66.15%50.98%-
XYZ10.767.123.19-
YUV72.65111.84168.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=58.30%
G=21.97%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130494400.620.660.493.4949.4334.12
Hex82312C03E423133122
Octal20261540761026136142
Binary100000101100011011000111110100001011000111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82312C; }

 p { color: rgb(130,49,44); }

 H1.HeaderClassName
 {
   color: #82312C;
 }
 .AnyTagClassName
 {
   color: #82312C;
 }
</style>
background-color css

<style>
 a { background-color: #82312C; }

 a { background-color: rgb(130,49,44); }

 div.DivClassName
 {
   background-color: #82312C;
 }
 .BgClassName
 {
   background-color: #82312C;
 }
</style>
border-color css

<style>
 span { border-color: #82312C; }

 span { border-color: rgb(130,49,44); }

 td.TdClassName
 {
   border-color: #82312C;
 }
 .TagClassName
 {
   border-color: #82312C;
 }
</style>