#822E32

Color #822E32 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #822E32

Tints of Flame Red #822E32

Color information

#822E32 (or 0x822E32) is unknown color: approx Flame Red. HEX triplet: 82, 2E and 32. RGB value is (130,46,50). Sum of RGB (Red+Green+Blue) = 130+46+50=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #822E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E32 is #7DD1CD. Grayscale: #474747. Windows color (decimal): -8245710 or 3288706. OLE color: 3288706.

HSL color Cylindrical-coordinate representation of color #822E32: hue angle of 357.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 #822E32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1304650-
CMYK00.650.620.49
HSL357.14º47.73%34.51%-
HSV(B)357.14º64.62%50.98%-
XYZ10.766.933.79-
YUV71.57115.83169.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=57.52%
G=20.35%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130465000.650.620.49357.1447.7334.51
Hex822E320413E311653023
Octal2025662010176615456043
Binary1000001010111011001001000001111110110001101100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E32; }

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

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

<style>
 a { background-color: #822E32; }

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

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

<style>
 span { border-color: #822E32; }

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

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