#832E31

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

Shades of Flame Red #832E31

Tints of Flame Red #832E31

Color information

#832E31 (or 0x832E31) is unknown color: approx Flame Red. HEX triplet: 83, 2E and 31. RGB value is (131,46,49). Sum of RGB (Red+Green+Blue) = 131+46+49=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #832E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E31 is #7CD1CE. Grayscale: #474747. Windows color (decimal): -8180175 or 3223171. OLE color: 3223171.

HSL color Cylindrical-coordinate representation of color #832E31: hue angle of 357.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E31 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1314649-
CMYK00.650.630.49
HSL357.88º48.02%34.71%-
HSV(B)357.88º64.89%51.37%-
XYZ10.8973.68-
YUV71.76115.16170.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=57.96%
G=20.35%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131464900.650.630.49357.8848.0234.71
Hex832E310413F311663023
Octal2035661010177615466043
Binary1000001110111011000101000001111111110001101100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E31; }

 p { color: rgb(131,46,49); }

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

<style>
 a { background-color: #832E31; }

 a { background-color: rgb(131,46,49); }

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

<style>
 span { border-color: #832E31; }

 span { border-color: rgb(131,46,49); }

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