Html Css Color HEX #832E31 Flame Red

📋 copy color: '#832E31'

red 131 ◦ green 46 ◦ blue 49

#832E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #832E31

Tints of Flame Red #832E31

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 value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832E31 (or 0x832E31) is known color: 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

RGB 131 46 49 -
CMYK 0 0.65 0.63 0.49
HSL 357.88º 0.48% 0.35% -
HSV(B) 357.88º 0.65% 0.51% -
XYZ 10.89 7 3.68 -
YUV 71.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 131 46 49 0 0.65 0.63 0.49 357.88 0.48 0.35
Hex 83 2E 31 0 41 3F 31 166 30 23
Octal 203 56 61 0 101 77 61 546 60 43
Binary 10000011 101110 110001 0 1000001 111111 110001 101100110 110000 100011

Color Harmonies of #832E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E31

Black with #832E31

Text Example


Text Example

White with #832E31

Text Example


Text Example

HTML Codes & Css Web 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>