#82332E

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

Shades of Crab Apple #82332E

Tints of Crab Apple #82332E

Color information

#82332E (or 0x82332E) is unknown color: approx Crab Apple. HEX triplet: 82, 33 and 2E. RGB value is (130,51,46). Sum of RGB (Red+Green+Blue) = 130+51+46=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82332E is #7DCCD1. Grayscale: #4A4A4A. Windows color (decimal): -8244434 or 3027842. OLE color: 3027842.

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

Color convert

RGB1305146-
CMYK00.610.650.49
HSL3.57º47.73%34.51%-
HSV(B)3.57º64.62%50.98%-
XYZ10.887.313.42-
YUV74.05112.17167.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=57.27%
G=22.47%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130514600.610.650.493.5747.7334.51
Hex82332E03D413143023
Octal20263560751016146043
Binary1000001011001110111001111011000001110001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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