#83272B

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

Shades of Flame Red #83272B

Tints of Flame Red #83272B

Color information

#83272B (or 0x83272B) is unknown color: approx Flame Red. HEX triplet: 83, 27 and 2B. RGB value is (131,39,43). Sum of RGB (Red+Green+Blue) = 131+39+43=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83272B is #7CD8D4. Grayscale: #434343. Windows color (decimal): -8181973 or 2828163. OLE color: 2828163.

HSL color Cylindrical-coordinate representation of color #83272B: hue angle of 357.39º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83272B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1313943-
CMYK00.700.670.49
HSL357.39º54.12%33.33%-
HSV(B)357.39º70.23%51.37%-
XYZ10.526.452.98-
YUV66.96114.48173.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=61.50%
G=18.31%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131394300.700.670.49357.3954.1233.33
Hex83272B04643311653621
Octal20347530106103615456641
Binary10000011100111101011010001101000011110001101100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83272B; }

 p { color: rgb(131,39,43); }

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

<style>
 a { background-color: #83272B; }

 a { background-color: rgb(131,39,43); }

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

<style>
 span { border-color: #83272B; }

 span { border-color: rgb(131,39,43); }

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