Html Css Color HEX #832529 Flame Red

📋 copy color: '#832529'

red 131 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #832529

Tints of Flame Red #832529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 62.68%
G = 17.7%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832529 (or 0x832529) is known color: Flame Red. HEX triplet: 83, 25 and 29. RGB value is (131,37,41). Sum of RGB (Red+Green+Blue) = 131+37+41=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #832529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832529 is #7CDAD6. Grayscale: #414141. Windows color (decimal): -8182487 or 2696579. OLE color: 2696579.

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

Color convert

RGB 131 37 41 -
CMYK 0 0.72 0.69 0.49
HSL 357.45º 0.56% 0.33% -
HSV(B) 357.45º 0.72% 0.51% -
XYZ 10.42 6.31 2.77 -
YUV 65.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 131 37 41 0 0.72 0.69 0.49 357.45 0.56 0.33
Hex 83 25 29 0 48 45 31 165 38 21
Octal 203 45 51 0 110 105 61 545 70 41
Binary 10000011 100101 101001 0 1001000 1000101 110001 101100101 111000 100001

Color Harmonies of #832529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832529

Black with #832529

Text Example


Text Example

White with #832529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832529; }

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

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

background-color css

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

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

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

border-color css

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

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

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