#802402

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

Shades of Falu Red #802402

Tints of Falu Red #802402

Color information

#802402 (or 0x802402) is unknown color: approx Falu Red. HEX triplet: 80, 24 and 02. RGB value is (128,36,2). Sum of RGB (Red+Green+Blue) = 128+36+2=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #802402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802402 is #7FDBFD. Grayscale: #3B3B3B. Windows color (decimal): -8379390 or 140416. OLE color: 140416.

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

Color convert

RGB128362-
CMYK00.720.980.50
HSL16.19º96.92%25.49%-
HSV(B)16.19º98.44%50.2%-
XYZ9.545.860.68-
YUV59.6395.48176.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 77.11%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=77.11%
G=21.69%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12836200.720.980.5016.1996.9225.49
Hex802420486232106119
Octal2004420110142622014131
Binary100000001001001001001000110001011001010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802402; }

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

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

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

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

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

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

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

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