#802829

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

Shades of Flame Red #802829

Tints of Flame Red #802829

Color information

#802829 (or 0x802829) is unknown color: approx Flame Red. HEX triplet: 80, 28 and 29. RGB value is (128,40,41). Sum of RGB (Red+Green+Blue) = 128+40+41=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802829 is #7FD7D6. Grayscale: #424242. Windows color (decimal): -8378327 or 2697344. OLE color: 2697344.

HSL color Cylindrical-coordinate representation of color #802829: hue angle of 359.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802829 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB1284041-
CMYK00.690.680.50
HSL359.32º52.38%32.94%-
HSV(B)359.32º68.75%50.2%-
XYZ10.066.272.78-
YUV66.43113.65171.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=61.24%
G=19.14%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128404100.690.680.50359.3252.3832.94
Hex80282904544321673421
Octal20050510105104625476441
Binary10000000101000101001010001011000100110010101100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802829; }

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

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

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

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

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

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

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

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