#82292E

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

Shades of Flame Red #82292E

Tints of Flame Red #82292E

Color information

#82292E (or 0x82292E) is unknown color: approx Flame Red. HEX triplet: 82, 29 and 2E. RGB value is (130,41,46). Sum of RGB (Red+Green+Blue) = 130+41+46=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #82292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82292E is #7DD6D1. Grayscale: #444444. Windows color (decimal): -8246994 or 3025282. OLE color: 3025282.

HSL color Cylindrical-coordinate representation of color #82292E: hue angle of 356.63º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82292E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1304146-
CMYK00.680.650.49
HSL356.63º52.05%33.53%-
HSV(B)356.63º68.46%50.98%-
XYZ10.496.533.29-
YUV68.18115.49172.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=59.91%
G=18.89%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130414600.680.650.49356.6352.0533.53
Hex82292E04441311653422
Octal20251560104101615456442
Binary10000010101001101110010001001000001110001101100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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