#80292C

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

Shades of Flame Red #80292C

Tints of Flame Red #80292C

Color information

#80292C (or 0x80292C) is unknown color: approx Flame Red. HEX triplet: 80, 29 and 2C. RGB value is (128,41,44). Sum of RGB (Red+Green+Blue) = 128+41+44=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80292C is #7FD6D3. Grayscale: #434343. Windows color (decimal): -8378068 or 2894208. OLE color: 2894208.

HSL color Cylindrical-coordinate representation of color #80292C: hue angle of 357.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80292C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1284144-
CMYK00.680.660.50
HSL357.93º51.48%33.14%-
HSV(B)357.93º67.97%50.2%-
XYZ10.156.363.07-
YUV67.36114.82171.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.09%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=60.09%
G=19.25%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128414400.680.660.50357.9351.4833.14
Hex80292C04442321663321
Octal20051540104102625466341
Binary10000000101001101100010001001000010110010101100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80292C; }

 p { color: rgb(128,41,44); }

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

<style>
 a { background-color: #80292C; }

 a { background-color: rgb(128,41,44); }

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

<style>
 span { border-color: #80292C; }

 span { border-color: rgb(128,41,44); }

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