#82292D

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

Shades of Flame Red #82292D

Tints of Flame Red #82292D

Color information

#82292D (or 0x82292D) is unknown color: approx Flame Red. HEX triplet: 82, 29 and 2D. RGB value is (130,41,45). Sum of RGB (Red+Green+Blue) = 130+41+45=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82292D is #7DD6D2. Grayscale: #444444. Windows color (decimal): -8246995 or 2959746. OLE color: 2959746.

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

Color convert

RGB1304145-
CMYK00.680.650.49
HSL357.3º52.05%33.53%-
HSV(B)357.3º68.46%50.98%-
XYZ10.476.523.19-
YUV68.07114.99172.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=60.19%
G=18.98%
B=20.83%

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
Decimal130414500.680.650.49357.352.0533.53
Hex82292D04441311653422
Octal20251550104101615456442
Binary10000010101001101101010001001000001110001101100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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