#83292A

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

Shades of Flame Red #83292A

Tints of Flame Red #83292A

Color information

#83292A (or 0x83292A) is unknown color: approx Flame Red. HEX triplet: 83, 29 and 2A. RGB value is (131,41,42). Sum of RGB (Red+Green+Blue) = 131+41+42=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83292A is #7CD6D5. Grayscale: #444444. Windows color (decimal): -8181462 or 2763139. OLE color: 2763139.

HSL color Cylindrical-coordinate representation of color #83292A: 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.69%. Process color model (Four color, CMYK) of #83292A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1314142-
CMYK00.690.680.49
HSL359.33º52.33%33.73%-
HSV(B)359.33º68.7%51.37%-
XYZ10.576.582.9-
YUV68.02113.32172.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=61.21%
G=19.16%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131414200.690.680.49359.3352.3333.73
Hex83292A04544311673422
Octal20351520105104615476442
Binary10000011101001101010010001011000100110001101100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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