#7F2606

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

Shades of Falu Red #7F2606

Tints of Falu Red #7F2606

Color information

#7F2606 (or 0x7F2606) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 06. RGB value is (127,38,6). Sum of RGB (Red+Green+Blue) = 127+38+6=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2606 is #80D9F9. Grayscale: #3D3D3D. Windows color (decimal): -8444410 or 403071. OLE color: 403071.

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

Color convert

RGB127386-
CMYK00.700.950.50
HSL15.87º90.98%26.08%-
HSV(B)15.87º95.28%49.8%-
XYZ9.485.910.81-
YUV60.9696.99175.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 74.27%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=74.27%
G=22.22%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12738600.700.950.5015.8790.9826.08
Hex7F2660465F32105b1a
Octal1774660106137622013332
Binary111111110011011001000110101111111001010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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