#802628

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

Shades of Flame Red #802628

Tints of Flame Red #802628

Color information

#802628 (or 0x802628) is unknown color: approx Flame Red. HEX triplet: 80, 26 and 28. RGB value is (128,38,40). Sum of RGB (Red+Green+Blue) = 128+38+40=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #802628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802628 is #7FD9D7. Grayscale: #414141. Windows color (decimal): -8378840 or 2631296. OLE color: 2631296.

HSL color Cylindrical-coordinate representation of color #802628: hue angle of 358.67º degrees, saturation: 0.54, 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 #802628 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1283840-
CMYK00.700.690.50
HSL358.67º54.22%32.55%-
HSV(B)358.67º70.31%50.2%-
XYZ9.986.132.66-
YUV65.14113.82172.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=62.14%
G=18.45%
B=19.42%

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
Decimal128384000.700.690.50358.6754.2232.55
Hex80262804645321673621
Octal20046500106105625476641
Binary10000000100110101000010001101000101110010101100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802628; }

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

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

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

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

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

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

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

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