#82372E

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

Shades of Crab Apple #82372E

Tints of Crab Apple #82372E

Color information

#82372E (or 0x82372E) is unknown color: approx Crab Apple. HEX triplet: 82, 37 and 2E. RGB value is (130,55,46). Sum of RGB (Red+Green+Blue) = 130+55+46=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82372E is #7DC8D1. Grayscale: #4C4C4C. Windows color (decimal): -8243410 or 3028866. OLE color: 3028866.

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

Color convert

RGB1305546-
CMYK00.580.650.49
HSL6.43º47.73%34.51%-
HSV(B)6.43º64.62%50.98%-
XYZ11.077.683.48-
YUV76.4110.85166.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=56.28%
G=23.81%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130554600.580.650.496.4347.7334.51
Hex82372E03A413163023
Octal20267560721016166043
Binary1000001011011110111001110101000001110001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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