#80260c

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

Shades of Falu Red #80260C

Tints of Falu Red #80260C

Color information

#80260C (or 0x80260C) is unknown color: approx Falu Red. HEX triplet: 80, 26 and 0C. RGB value is (128,38,12). Sum of RGB (Red+Green+Blue) = 128+38+12=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80260C is #7FD9F3. Grayscale: #3E3E3E. Windows color (decimal): -8378868 or 796288. OLE color: 796288.

HSL color Cylindrical-coordinate representation of color #80260C: hue angle of 13.45º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80260C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1283812-
CMYK00.700.910.50
HSL13.45º82.86%27.45%-
HSV(B)13.45º90.62%50.2%-
XYZ9.6661-
YUV61.9599.82175.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.91%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=71.91%
G=21.35%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128381200.700.910.5013.4582.8627.45
Hex8026C0465B32d531b
Octal20046140106133621512333
Binary1000000010011011000100011010110111100101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80260c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80260c; }

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

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

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

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

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

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

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

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