#83282A

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

Shades of Flame Red #83282A

Tints of Flame Red #83282A

Color information

#83282A (or 0x83282A) is unknown color: approx Flame Red. HEX triplet: 83, 28 and 2A. RGB value is (131,40,42). Sum of RGB (Red+Green+Blue) = 131+40+42=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83282A is #7CD7D5. Grayscale: #434343. Windows color (decimal): -8181718 or 2762883. OLE color: 2762883.

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

Color convert

RGB1314042-
CMYK00.690.680.49
HSL358.68º53.22%33.53%-
HSV(B)358.68º69.47%51.37%-
XYZ10.546.512.89-
YUV67.44113.65173.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=61.50%
G=18.78%
B=19.72%

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
Decimal131404200.690.680.49358.6853.2233.53
Hex83282A04544311673522
Octal20350520105104615476542
Binary10000011101000101010010001011000100110001101100111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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