#7F2006

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

Shades of Falu Red #7F2006

Tints of Falu Red #7F2006

Color information

#7F2006 (or 0x7F2006) is unknown color: approx Falu Red. HEX triplet: 7F, 20 and 06. RGB value is (127,32,6). Sum of RGB (Red+Green+Blue) = 127+32+6=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2006 is #80DFF9. Grayscale: #393939. Windows color (decimal): -8445946 or 401535. OLE color: 401535.

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

Color convert

RGB127326-
CMYK00.750.950.50
HSL12.89º90.98%26.08%-
HSV(B)12.89º95.28%49.8%-
XYZ9.35.560.75-
YUV57.4498.97177.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 76.97%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=76.97%
G=19.39%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12732600.750.950.5012.8990.9826.08
Hex7F20604B5F32d5b1a
Octal1774060113137621513332
Binary11111111000001100100101110111111100101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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