#83242C

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

Shades of Flame Red #83242C

Tints of Flame Red #83242C

Color information

#83242C (or 0x83242C) is unknown color: approx Flame Red. HEX triplet: 83, 24 and 2C. RGB value is (131,36,44). Sum of RGB (Red+Green+Blue) = 131+36+44=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242C is #7CDBD3. Grayscale: #414141. Windows color (decimal): -8182740 or 2892931. OLE color: 2892931.

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

Color convert

RGB1313644-
CMYK00.730.660.49
HSL354.95º56.89%32.75%-
HSV(B)354.95º72.52%51.37%-
XYZ10.456.273.04-
YUV65.32115.97174.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=62.09%
G=17.06%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131364400.730.660.49354.9556.8932.75
Hex83242C04942311633921
Octal20344540111102615437141
Binary10000011100100101100010010011000010110001101100011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,36,44); }

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

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

 a { background-color: rgb(131,36,44); }

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

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

 span { border-color: rgb(131,36,44); }

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