#82292A

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

Shades of Flame Red #82292A

Tints of Flame Red #82292A

Color information

#82292A (or 0x82292A) is unknown color: approx Flame Red. HEX triplet: 82, 29 and 2A. RGB value is (130,41,42). Sum of RGB (Red+Green+Blue) = 130+41+42=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82292A is #7DD6D5. Grayscale: #434343. Windows color (decimal): -8246998 or 2763138. OLE color: 2763138.

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

Color convert

RGB1304142-
CMYK00.680.680.49
HSL359.33º52.05%33.53%-
HSV(B)359.33º68.46%50.98%-
XYZ10.426.52.9-
YUV67.72113.49172.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=61.03%
G=19.25%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130414200.680.680.49359.3352.0533.53
Hex82292A04444311673422
Octal20251520104104615476442
Binary10000010101001101010010001001000100110001101100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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