#802218

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

Shades of Falu Red #802218

Tints of Falu Red #802218

Color information

#802218 (or 0x802218) is unknown color: approx Falu Red. HEX triplet: 80, 22 and 18. RGB value is (128,34,24). Sum of RGB (Red+Green+Blue) = 128+34+24=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802218 is #7FDDE7. Grayscale: #3D3D3D. Windows color (decimal): -8379880 or 1581696. OLE color: 1581696.

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

Color convert

RGB1283424-
CMYK00.730.810.50
HSL5.77º68.42%29.8%-
HSV(B)5.77º81.25%50.2%-
XYZ9.645.81.48-
YUV60.97107.14175.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.82%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=68.82%
G=18.28%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128342400.730.810.505.7768.4229.8
Hex80221804951326441e
Octal2004230011112162610436
Binary1000000010001011000010010011010001110010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802218; }

 p { color: rgb(128,34,24); }

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

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

 a { background-color: rgb(128,34,24); }

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

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

 span { border-color: rgb(128,34,24); }

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