#83262A

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

Shades of Flame Red #83262A

Tints of Flame Red #83262A

Color information

#83262A (or 0x83262A) is unknown color: approx Flame Red. HEX triplet: 83, 26 and 2A. RGB value is (131,38,42). Sum of RGB (Red+Green+Blue) = 131+38+42=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262A is #7CD9D5. Grayscale: #424242. Windows color (decimal): -8182230 or 2762371. OLE color: 2762371.

HSL color Cylindrical-coordinate representation of color #83262A: hue angle of 357.42º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83262A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1313842-
CMYK00.710.680.49
HSL357.42º55.03%33.14%-
HSV(B)357.42º70.99%51.37%-
XYZ10.476.382.87-
YUV66.26114.31174.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=62.09%
G=18.01%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131384200.710.680.49357.4255.0333.14
Hex83262A04744311653721
Octal20346520107104615456741
Binary10000011100110101010010001111000100110001101100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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