#82362B

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

Shades of Crab Apple #82362B

Tints of Crab Apple #82362B

Color information

#82362B (or 0x82362B) is unknown color: approx Crab Apple. HEX triplet: 82, 36 and 2B. RGB value is (130,54,43). Sum of RGB (Red+Green+Blue) = 130+54+43=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82362B is #7DC9D4. Grayscale: #4B4B4B. Windows color (decimal): -8243669 or 2832002. OLE color: 2832002.

HSL color Cylindrical-coordinate representation of color #82362B: hue angle of 7.59º 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 #82362B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1305443-
CMYK00.580.670.49
HSL7.59º50.29%33.92%-
HSV(B)7.59º66.92%50.98%-
XYZ10.967.563.17-
YUV75.47109.68166.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=57.27%
G=23.79%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130544300.580.670.497.5950.2933.92
Hex82362B03A433183222
Octal202665307210361106242
Binary10000010110110101011011101010000111100011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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