#82382E

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

Shades of Crab Apple #82382E

Tints of Crab Apple #82382E

Color information

#82382E (or 0x82382E) is unknown color: approx Crab Apple. HEX triplet: 82, 38 and 2E. RGB value is (130,56,46). Sum of RGB (Red+Green+Blue) = 130+56+46=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82382E is #7DC7D1. Grayscale: #4D4D4D. Windows color (decimal): -8243154 or 3029122. OLE color: 3029122.

HSL color Cylindrical-coordinate representation of color #82382E: hue angle of 7.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82382E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1305646-
CMYK00.570.650.49
HSL7.14º47.73%34.51%-
HSV(B)7.14º64.62%50.98%-
XYZ11.117.773.5-
YUV76.99110.52165.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=56.03%
G=24.14%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130564600.570.650.497.1447.7334.51
Hex82382E039413173023
Octal20270560711016176043
Binary1000001011100010111001110011000001110001111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82382E; }

 p { color: rgb(130,56,46); }

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

<style>
 a { background-color: #82382E; }

 a { background-color: rgb(130,56,46); }

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

<style>
 span { border-color: #82382E; }

 span { border-color: rgb(130,56,46); }

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