#80280E

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

Shades of Falu Red #80280E

Tints of Falu Red #80280E

Color information

#80280E (or 0x80280E) is unknown color: approx Falu Red. HEX triplet: 80, 28 and 0E. RGB value is (128,40,14). Sum of RGB (Red+Green+Blue) = 128+40+14=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80280E is #7FD7F1. Grayscale: #3F3F3F. Windows color (decimal): -8378354 or 927872. OLE color: 927872.

HSL color Cylindrical-coordinate representation of color #80280E: hue angle of 13.68º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80280E is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1284014-
CMYK00.690.890.50
HSL13.68º80.28%27.84%-
HSV(B)13.68º89.06%50.2%-
XYZ9.746.141.09-
YUV63.35100.15174.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.33%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=70.33%
G=21.98%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128401400.690.890.5013.6880.2827.84
Hex8028E0455932e501c
Octal20050160105131621612034
Binary1000000010100011100100010110110011100101110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80280E; }

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

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

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

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

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

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

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

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