#802618

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

Shades of Falu Red #802618

Tints of Falu Red #802618

Color information

#802618 (or 0x802618) is unknown color: approx Falu Red. HEX triplet: 80, 26 and 18. RGB value is (128,38,24). Sum of RGB (Red+Green+Blue) = 128+38+24=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #802618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802618 is #7FD9E7. Grayscale: #3F3F3F. Windows color (decimal): -8378856 or 1582720. OLE color: 1582720.

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

Color convert

RGB1283824-
CMYK00.700.810.50
HSL8.08º68.42%29.8%-
HSV(B)8.08º81.25%50.2%-
XYZ9.766.041.52-
YUV63.31105.82174.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.37%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=67.37%
G=20%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128382400.700.810.508.0868.4229.8
Hex80261804651328441e
Octal20046300106121621010436
Binary10000000100110110000100011010100011100101000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802618; }

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

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

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

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

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

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

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

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