Html Css Color HEX #832329 Flame Red

📋 copy color: '#832329'

red 131 ◦ green 35 ◦ blue 41

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

Shades of Flame Red #832329

Tints of Flame Red #832329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 63.29%
G = 16.91%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832329 (or 0x832329) is known color: Flame Red. HEX triplet: 83, 23 and 29. RGB value is (131,35,41). Sum of RGB (Red+Green+Blue) = 131+35+41=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #832329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832329 is #7CDCD6. Grayscale: #404040. Windows color (decimal): -8182999 or 2696067. OLE color: 2696067.

HSL color Cylindrical-coordinate representation of color #832329: hue angle of 356.25º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832329 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 41 -
CMYK 0 0.73 0.69 0.49
HSL 356.25º 0.58% 0.33% -
HSV(B) 356.25º 0.73% 0.51% -
XYZ 10.36 6.19 2.75 -
YUV 64.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 131 35 41 0 0.73 0.69 0.49 356.25 0.58 0.33
Hex 83 23 29 0 49 45 31 164 3A 21
Octal 203 43 51 0 111 105 61 544 72 41
Binary 10000011 100011 101001 0 1001001 1000101 110001 101100100 111010 100001

Color Harmonies of #832329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832329

Black with #832329

Text Example


Text Example

White with #832329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832329; }

 p { color: rgb(131,35,41); }

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

background-color css

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

 a { background-color: rgb(131,35,41); }

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

border-color css

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

 span { border-color: rgb(131,35,41); }

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