#83242d

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

Shades of Flame Red #83242D

Tints of Flame Red #83242D

Color information

#83242D (or 0x83242D) is unknown color: approx Flame Red. HEX triplet: 83, 24 and 2D. RGB value is (131,36,45). Sum of RGB (Red+Green+Blue) = 131+36+45=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242D is #7CDBD2. Grayscale: #414141. Windows color (decimal): -8182739 or 2958467. OLE color: 2958467.

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

Color convert

RGB1313645-
CMYK00.730.660.49
HSL354.32º56.89%32.75%-
HSV(B)354.32º72.52%51.37%-
XYZ10.466.283.14-
YUV65.43116.47174.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=61.79%
G=16.98%
B=21.23%

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
Decimal131364500.730.660.49354.3256.8932.75
Hex83242D04942311623921
Octal20344550111102615427141
Binary10000011100100101101010010011000010110001101100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83242d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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