#82312B

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

Shades of Crab Apple #82312B

Tints of Crab Apple #82312B

Color information

#82312B (or 0x82312B) is unknown color: approx Crab Apple. HEX triplet: 82, 31 and 2B. RGB value is (130,49,43). Sum of RGB (Red+Green+Blue) = 130+49+43=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312B is #7DCED4. Grayscale: #484848. Windows color (decimal): -8244949 or 2830722. OLE color: 2830722.

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

Color convert

RGB1304943-
CMYK00.620.670.49
HSL4.14º50.29%33.92%-
HSV(B)4.14º66.92%50.98%-
XYZ10.747.123.09-
YUV72.54111.34168.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=58.56%
G=22.07%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130494300.620.670.494.1450.2933.92
Hex82312B03E433143222
Octal20261530761036146242
Binary1000001011000110101101111101000011110001100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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