#7F2004

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

Shades of Falu Red #7F2004

Tints of Falu Red #7F2004

Color information

#7F2004 (or 0x7F2004) is unknown color: approx Falu Red. HEX triplet: 7F, 20 and 04. RGB value is (127,32,4). Sum of RGB (Red+Green+Blue) = 127+32+4=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2004 is #80DFFB. Grayscale: #393939. Windows color (decimal): -8445948 or 270463. OLE color: 270463.

HSL color Cylindrical-coordinate representation of color #7F2004: hue angle of 13.66º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F2004 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB127324-
CMYK00.750.970.50
HSL13.66º93.89%25.69%-
HSV(B)13.66º96.85%49.8%-
XYZ9.295.550.7-
YUV57.2197.97177.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.91%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=77.91%
G=19.63%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12732400.750.970.5013.6693.8925.69
Hex7F20404B6132e5e1a
Octal1774040113141621613632
Binary11111111000001000100101111000011100101110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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