#802417

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

Shades of Falu Red #802417

Tints of Falu Red #802417

Color information

#802417 (or 0x802417) is unknown color: approx Falu Red. HEX triplet: 80, 24 and 17. RGB value is (128,36,23). Sum of RGB (Red+Green+Blue) = 128+36+23=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802417 is #7FDBE8. Grayscale: #3E3E3E. Windows color (decimal): -8379369 or 1516672. OLE color: 1516672.

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

Color convert

RGB1283623-
CMYK00.720.820.50
HSL7.43º69.54%29.61%-
HSV(B)7.43º82.03%50.2%-
XYZ9.695.911.44-
YUV62.03105.98175.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=68.45%
G=19.25%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128362300.720.820.507.4369.5429.61
Hex80241704852327461e
Octal2004427011012262710636
Binary1000000010010010111010010001010010110010111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802417; }

 p { color: rgb(128,36,23); }

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

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

 a { background-color: rgb(128,36,23); }

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

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

 span { border-color: rgb(128,36,23); }

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