#802018

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

Shades of Falu Red #802018

Tints of Falu Red #802018

Color information

#802018 (or 0x802018) is unknown color: approx Falu Red. HEX triplet: 80, 20 and 18. RGB value is (128,32,24). Sum of RGB (Red+Green+Blue) = 128+32+24=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802018 is #7FDFE7. Grayscale: #3B3B3B. Windows color (decimal): -8380392 or 1581184. OLE color: 1581184.

HSL color Cylindrical-coordinate representation of color #802018: hue angle of 4.62º 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 #802018 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1283224-
CMYK00.750.810.50
HSL4.62º68.42%29.8%-
HSV(B)4.62º81.25%50.2%-
XYZ9.585.691.46-
YUV59.79107.8176.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.57%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128322400.750.810.504.6268.4229.8
Hex80201804B51325441e
Octal2004030011312162510436
Binary1000000010000011000010010111010001110010101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802018; }

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

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

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

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

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

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

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

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