#822D2E

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

Shades of Flame Red #822D2E

Tints of Flame Red #822D2E

Color information

#822D2E (or 0x822D2E) is unknown color: approx Flame Red. HEX triplet: 82, 2D and 2E. RGB value is (130,45,46). Sum of RGB (Red+Green+Blue) = 130+45+46=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #822D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D2E is #7DD2D1. Grayscale: #464646. Windows color (decimal): -8245970 or 3026306. OLE color: 3026306.

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

Color convert

RGB1304546-
CMYK00.650.650.49
HSL359.29º48.57%34.31%-
HSV(B)359.29º65.38%50.98%-
XYZ10.646.823.34-
YUV70.53114.16170.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=58.82%
G=20.36%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130454600.650.650.49359.2948.5734.31
Hex822D2E04141311673122
Octal20255560101101615476142
Binary10000010101101101110010000011000001110001101100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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