#82312A

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

Shades of Crab Apple #82312A

Tints of Crab Apple #82312A

Color information

#82312A (or 0x82312A) is unknown color: approx Crab Apple. HEX triplet: 82, 31 and 2A. RGB value is (130,49,42). Sum of RGB (Red+Green+Blue) = 130+49+42=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #82312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312A is #7DCED5. Grayscale: #484848. Windows color (decimal): -8244950 or 2765186. OLE color: 2765186.

HSL color Cylindrical-coordinate representation of color #82312A: hue angle of 4.77º 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 #82312A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1304942-
CMYK00.620.680.49
HSL4.77º51.16%33.73%-
HSV(B)4.77º67.69%50.98%-
XYZ10.727.113-
YUV72.42110.84169.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=58.82%
G=22.17%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130494200.620.680.494.7751.1633.73
Hex82312A03E443153322
Octal20261520761046156342
Binary1000001011000110101001111101000100110001101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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