#802728

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

Shades of Flame Red #802728

Tints of Flame Red #802728

Color information

#802728 (or 0x802728) is unknown color: approx Flame Red. HEX triplet: 80, 27 and 28. RGB value is (128,39,40). Sum of RGB (Red+Green+Blue) = 128+39+40=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #802728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802728 is #7FD8D7. Grayscale: #414141. Windows color (decimal): -8378584 or 2631552. OLE color: 2631552.

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

Color convert

RGB1283940-
CMYK00.700.690.50
HSL359.33º53.29%32.75%-
HSV(B)359.33º69.53%50.2%-
XYZ10.016.192.68-
YUV65.72113.49172.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=61.84%
G=18.84%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128394000.700.690.50359.3353.2932.75
Hex80272804645321673521
Octal20047500106105625476541
Binary10000000100111101000010001101000101110010101100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802728; }

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

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

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

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

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

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

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

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