#82352D

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

Shades of Crab Apple #82352D

Tints of Crab Apple #82352D

Color information

#82352D (or 0x82352D) is unknown color: approx Crab Apple. HEX triplet: 82, 35 and 2D. RGB value is (130,53,45). Sum of RGB (Red+Green+Blue) = 130+53+45=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82352D is #7DCAD2. Grayscale: #4B4B4B. Windows color (decimal): -8243923 or 2962818. OLE color: 2962818.

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

Color convert

RGB1305345-
CMYK00.590.650.49
HSL5.65º48.57%34.31%-
HSV(B)5.65º65.38%50.98%-
XYZ10.957.483.35-
YUV75.11111.01167.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=57.02%
G=23.25%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130534500.590.650.495.6548.5734.31
Hex82352D03B413163122
Octal20265550731016166142
Binary1000001011010110110101110111000001110001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82352D; }

 p { color: rgb(130,53,45); }

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

<style>
 a { background-color: #82352D; }

 a { background-color: rgb(130,53,45); }

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

<style>
 span { border-color: #82352D; }

 span { border-color: rgb(130,53,45); }

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