#802320

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

Shades of Falu Red #802320

Tints of Falu Red #802320

Color information

#802320 (or 0x802320) is unknown color: approx Falu Red. HEX triplet: 80, 23 and 20. RGB value is (128,35,32). Sum of RGB (Red+Green+Blue) = 128+35+32=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802320 is #7FDCDF. Grayscale: #3E3E3E. Windows color (decimal): -8379616 or 2106240. OLE color: 2106240.

HSL color Cylindrical-coordinate representation of color #802320: hue angle of 1.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802320 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1283532-
CMYK00.730.750.50
HSL1.88º60%31.37%-
HSV(B)1.88º75%50.2%-
XYZ9.765.91.99-
YUV62.46110.81174.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.64%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=65.64%
G=17.95%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128353200.730.750.501.886031.37
Hex8023200494B3223c1f
Octal200434001111136227437
Binary100000001000111000000100100110010111100101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802320; }

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

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

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

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

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

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

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

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