Html Css Color HEX #832526 Flame Red

📋 copy color: '#832526'

red 131 ◦ green 37 ◦ blue 38

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

Shades of Flame Red #832526

Tints of Flame Red #832526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 63.59%
G = 17.96%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#832526 (or 0x832526) is known color: Flame Red. HEX triplet: 83, 25 and 26. RGB value is (131,37,38). Sum of RGB (Red+Green+Blue) = 131+37+38=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #832526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832526 is #7CDAD9. Grayscale: #414141. Windows color (decimal): -8182490 or 2499971. OLE color: 2499971.

HSL color Cylindrical-coordinate representation of color #832526: hue angle of 359.36º 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 #832526 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 38 -
CMYK 0 0.72 0.71 0.49
HSL 359.36º 0.56% 0.33% -
HSV(B) 359.36º 0.72% 0.51% -
XYZ 10.37 6.29 2.5 -
YUV 65.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 131 37 38 0 0.72 0.71 0.49 359.36 0.56 0.33
Hex 83 25 26 0 48 47 31 167 38 21
Octal 203 45 46 0 110 107 61 547 70 41
Binary 10000011 100101 100110 0 1001000 1000111 110001 101100111 111000 100001

Color Harmonies of #832526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832526

Black with #832526

Text Example


Text Example

White with #832526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832526; }

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

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

background-color css

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

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

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

border-color css

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

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

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