#802718

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

Shades of Falu Red #802718

Tints of Falu Red #802718

Color information

#802718 (or 0x802718) is unknown color: approx Falu Red. HEX triplet: 80, 27 and 18. RGB value is (128,39,24). Sum of RGB (Red+Green+Blue) = 128+39+24=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #802718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802718 is #7FD8E7. Grayscale: #404040. Windows color (decimal): -8378600 or 1582976. OLE color: 1582976.

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

Color convert

RGB1283924-
CMYK00.700.810.50
HSL8.65º68.42%29.8%-
HSV(B)8.65º81.25%50.2%-
XYZ9.796.111.53-
YUV63.9105.49173.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=67.02%
G=20.42%
B=12.57%

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
Decimal128392400.700.810.508.6568.4229.8
Hex80271804651329441e
Octal20047300106121621110436
Binary10000000100111110000100011010100011100101001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802718; }

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

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

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

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

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

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

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

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