#82372F

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

Shades of Crab Apple #82372F

Tints of Crab Apple #82372F

Color information

#82372F (or 0x82372F) is unknown color: approx Crab Apple. HEX triplet: 82, 37 and 2F. RGB value is (130,55,47). Sum of RGB (Red+Green+Blue) = 130+55+47=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82372F is #7DC8D0. Grayscale: #4C4C4C. Windows color (decimal): -8243409 or 3094402. OLE color: 3094402.

HSL color Cylindrical-coordinate representation of color #82372F: hue angle of 5.78º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82372F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1305547-
CMYK00.580.640.49
HSL5.78º46.89%34.71%-
HSV(B)5.78º63.85%50.98%-
XYZ11.097.683.59-
YUV76.51111.35166.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=56.03%
G=23.71%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130554700.580.640.495.7846.8934.71
Hex82372F03A403162f23
Octal20267570721006165743
Binary1000001011011110111101110101000000110001110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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