#832729

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

Shades of Flame Red #832729

Tints of Flame Red #832729

Color information

#832729 (or 0x832729) is unknown color: approx Flame Red. HEX triplet: 83, 27 and 29. RGB value is (131,39,41). Sum of RGB (Red+Green+Blue) = 131+39+41=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #832729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832729 is #7CD8D6. Grayscale: #424242. Windows color (decimal): -8181975 or 2697091. OLE color: 2697091.

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

Color convert

RGB1313941-
CMYK00.700.690.49
HSL358.7º54.12%33.33%-
HSV(B)358.7º70.23%51.37%-
XYZ10.496.442.79-
YUV66.74113.48173.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=62.09%
G=18.48%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131394100.700.690.49358.754.1233.33
Hex83272904645311673621
Octal20347510106105615476641
Binary10000011100111101001010001101000101110001101100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832729; }

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

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

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

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

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

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

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

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