#832829

Color #832829 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #832829

Tints of Flame Red #832829

Color information

#832829 (or 0x832829) is unknown color: approx Flame Red. HEX triplet: 83, 28 and 29. RGB value is (131,40,41). Sum of RGB (Red+Green+Blue) = 131+40+41=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #832829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832829 is #7CD7D6. Grayscale: #434343. Windows color (decimal): -8181719 or 2697347. OLE color: 2697347.

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

Color convert

RGB1314041-
CMYK00.690.690.49
HSL359.34º53.22%33.53%-
HSV(B)359.34º69.47%51.37%-
XYZ10.526.52.8-
YUV67.32113.15173.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=61.79%
G=18.87%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131404100.690.690.49359.3453.2233.53
Hex83282904545311673522
Octal20350510105105615476542
Binary10000011101000101001010001011000101110001101100111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832829; }

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

 H1.HeaderClassName
 {
   color: #832829;
 }
 .AnyTagClassName
 {
   color: #832829;
 }
</style>
background-color css

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

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

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

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

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

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