Html Css Color HEX #832E32 Flame Red

📋 copy color: '#832E32'

red 131 ◦ green 46 ◦ blue 50

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

Shades of Flame Red #832E32

Tints of Flame Red #832E32

RGB

 RED value IS 131 (51.56% from 255) = 57.71%

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 57.71%
G = 20.26%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832E32 (or 0x832E32) is known color: Flame Red. HEX triplet: 83, 2E and 32. RGB value is (131,46,50). Sum of RGB (Red+Green+Blue) = 131+46+50=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #832E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E32 is #7CD1CD. Grayscale: #474747. Windows color (decimal): -8180174 or 3288707. OLE color: 3288707.

HSL color Cylindrical-coordinate representation of color #832E32: hue angle of 357.18º 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 #832E32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 50 -
CMYK 0 0.65 0.62 0.49
HSL 357.18º 0.48% 0.35% -
HSV(B) 357.18º 0.65% 0.51% -
XYZ 10.91 7.01 3.8 -
YUV 71.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 131 46 50 0 0.65 0.62 0.49 357.18 0.48 0.35
Hex 83 2E 32 0 41 3E 31 165 30 23
Octal 203 56 62 0 101 76 61 545 60 43
Binary 10000011 101110 110010 0 1000001 111110 110001 101100101 110000 100011

Color Harmonies of #832E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E32

Black with #832E32

Text Example


Text Example

White with #832E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #832E32;
 }
 .AnyTagClassName
 {
   color: #832E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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