#83282D

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

Shades of Flame Red #83282D

Tints of Flame Red #83282D

Color information

#83282D (or 0x83282D) is unknown color: approx Flame Red. HEX triplet: 83, 28 and 2D. RGB value is (131,40,45). Sum of RGB (Red+Green+Blue) = 131+40+45=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83282D is #7CD7D2. Grayscale: #434343. Windows color (decimal): -8181715 or 2959491. OLE color: 2959491.

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

Color convert

RGB1314045-
CMYK00.690.660.49
HSL356.7º53.22%33.53%-
HSV(B)356.7º69.47%51.37%-
XYZ10.596.533.19-
YUV67.78115.15173.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.65%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=60.65%
G=18.52%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131404500.690.660.49356.753.2233.53
Hex83282D04542311653522
Octal20350550105102615456542
Binary10000011101000101101010001011000010110001101100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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