#7F2020

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

Shades of Falu Red #7F2020

Tints of Falu Red #7F2020

Color information

#7F2020 (or 0x7F2020) is unknown color: approx Falu Red. HEX triplet: 7F, 20 and 20. RGB value is (127,32,32). Sum of RGB (Red+Green+Blue) = 127+32+32=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2020 is #80DFDF. Grayscale: #3C3C3C. Windows color (decimal): -8445920 or 2105471. OLE color: 2105471.

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

Color convert

RGB1273232-
CMYK00.750.750.50
HSL59.75%31.18%-
HSV(B)74.8%49.8%-
XYZ9.535.651.95-
YUV60.4111.97175.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.49%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=66.49%
G=16.75%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127323200.750.750.50059.7531.18
Hex7F202004B4B3203c1f
Octal177404001131136207437
Binary1111111100000100000010010111001011110010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2020; }

 p { color: rgb(127,32,32); }

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

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

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

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

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

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

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